We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00fa96 commit 93e41f6Copy full SHA for 93e41f6
.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