Add comment and link to upstream issue

This commit is contained in:
Jonas Schievink 2020-10-12 19:55:55 +02:00
parent 8f61ee6b9b
commit 1cb64a70d6

View file

@ -42,6 +42,8 @@ jobs:
if: matrix.os == 'windows-latest'
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
# Work around https://github.com/actions/cache/issues/403 by using GNU tar
# instead of BSD tar.
- name: Install GNU tar
if: matrix.os == 'macos-latest'
run: |