Skip to content

Commit

Permalink
Fix Windows-testing job by providing for configure to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Oct 13, 2023
1 parent 00f05a7 commit bd36873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/djdsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,13 @@ jobs:
- name: checkout
uses: actions/[email protected]
- uses: actions/download-artifact@v3
if: ${{ !env.ACT }}
with:
name: kits
- name: Run configure
working-directory: ${{ github.workspace }}
run: |
./configure --with-tcl=no
- name: Run tests
if: startsWith(github.job, runner.os)
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit bd36873

Please sign in to comment.