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 c65f09d commit d79029bCopy full SHA for d79029b
.github/workflows/ci.yml
@@ -36,11 +36,7 @@ jobs:
36
37
- name: Set the tag GC interval to 1 on linux
38
if: runner.os == 'Linux'
39
- run: echo "MIRIFLAGS=-Zmiri-tag-gc=10000" >> $GITHUB_ENV
40
-
41
- - name: Disable the tag GC on non-linux
42
- if: runner.os != 'Linux'
43
+ run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
44
45
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
46
# See <https://github.com/actions/cache/issues/403>.
0 commit comments