Skip to content

Commit

Permalink
try again to stop cmtk build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Oct 11, 2024
1 parent de94f89 commit bead850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: check

- name: Build CMTK
if: matrix.os != 'windows-latest'
if: ${{matrix.config.os != 'windows-latest'}}
run: sh ./build-cmtk.sh
env:
MAKEFLAGS: "-j2"
Expand Down

0 comments on commit bead850

Please sign in to comment.