Skip to content

Commit

Permalink
fix CI for MINGW64 (#824)
Browse files Browse the repository at this point in the history
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
  • Loading branch information
Albkat committed Jun 20, 2023
1 parent 0e66cab commit 7f2d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Run unit tests
run: meson test -C ${{ env.BUILD_DIR }} --print-errorlogs --no-rebuild -t 120 --suite xtb
env:
OMP_NUM_THREADS: 2,1
OMP_NUM_THREADS: 1

intel-meson-build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7f2d096

Please sign in to comment.