Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfjack committed Feb 19, 2024
1 parent 05bcbc6 commit e2caf75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Configure (Windows)
if: matrix.os == 'windows-latest' && success()
run: |
echo "build --conlyopt=-std=c99" > $HOME/.bazelrc
echo "build --build_tag_filters=-nowindows" > $HOME/.bazelrc
echo "test --test_tag_filters=-nowindows" > $HOME/.bazelrc
echo "build --conlyopt=-std=c99" >> $HOME/.bazelrc
echo "build --build_tag_filters=-nowindows" >> $HOME/.bazelrc
echo "test --test_tag_filters=-nowindows" >> $HOME/.bazelrc
- name: Test
run: |
Expand Down

0 comments on commit e2caf75

Please sign in to comment.