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 8f61ee6 commit 1cb64a7Copy full SHA for 1cb64a7
.github/workflows/ci.yaml
@@ -42,6 +42,8 @@ jobs:
42
if: matrix.os == 'windows-latest'
43
run: Rename-Item C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc.old
44
45
+ # Work around https://github.com/actions/cache/issues/403 by using GNU tar
46
+ # instead of BSD tar.
47
- name: Install GNU tar
48
if: matrix.os == 'macos-latest'
49
run: |
0 commit comments