Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 authored Sep 24, 2024
1 parent 7d95aa5 commit 46bdc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
run: build/ChowTapeModel --unit-tests --all

- name: Pluginval
if: runner.os == 'Windows' || runner.os == 'MacOS'
if: runner.os == 'Windows' # || runner.os == 'MacOS'
run: bash Scripts/validate.sh

0 comments on commit 46bdc36

Please sign in to comment.