Skip to content

Commit 1cb64a7

Browse files
author
Jonas Schievink
committed
Add comment and link to upstream issue
1 parent 8f61ee6 commit 1cb64a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
if: matrix.os == 'windows-latest'
4343
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
4444

45+
# Work around https://github.com/actions/cache/issues/403 by using GNU tar
46+
# instead of BSD tar.
4547
- name: Install GNU tar
4648
if: matrix.os == 'macos-latest'
4749
run: |

0 commit comments

Comments
 (0)