aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-10-12 18:55:55 +0100
committerJonas Schievink <[email protected]>2020-10-12 18:55:55 +0100
commit1cb64a70d643a194839120350f5bbc619314205a (patch)
tree38fc72e9bc8940bab8edfeb4d4de59cdb00b8690 /.github/workflows
parent8f61ee6b9b090dc6c1303e9508f329491a76ee16 (diff)
Add comment and link to upstream issue
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5e92fbb6d..77f2e2e16 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -42,6 +42,8 @@ jobs:
42 if: matrix.os == 'windows-latest' 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 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 44
45 # Work around https://github.com/actions/cache/issues/403 by using GNU tar
46 # instead of BSD tar.
45 - name: Install GNU tar 47 - name: Install GNU tar
46 if: matrix.os == 'macos-latest' 48 if: matrix.os == 'macos-latest'
47 run: | 49 run: |