Skip to content

Commit

Permalink
Win8
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed May 5, 2024
1 parent 4b0f56b commit dbfbe23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
include:
- os: windows-latest
env:
KMP_DUPLICATE_LIB_OK: "TRUE"
KMP_DUPLICATE_LIB_OK: TRUE

runs-on: ${{ matrix.os }}

Expand All @@ -60,6 +60,7 @@ jobs:
- name: Run tests
run: |
set
make run-tests
- name: Run e2e tests
Expand Down

0 comments on commit dbfbe23

Please sign in to comment.