We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7f7bc0 + 93e41f6 commit 7e66a9fCopy full SHA for 7e66a9f
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v3
36
37
- name: Set the tag GC interval to 1 on linux
38
- if: runner.os == 'macOS'
+ if: runner.os == 'Linux'
39
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
40
41
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
0 commit comments