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 e3c4820 commit 7b068e4Copy full SHA for 7b068e4
.github/workflows/build.yml
@@ -99,8 +99,8 @@ jobs:
99
- name: Unpack llvm-project
100
shell: bash
101
run: |
102
- # add --ignore-missing-links to ignore failure on v21 on windows
103
- tar xf ${{ matrix.release }}.tar.xz --ignore-missing-links ${{ matrix.extra-tar-args }}
+ # ignore failure on v21 on windows
+ tar xf ${{ matrix.release }}.tar.xz ${{ matrix.extra-tar-args }} || true
104
- name: Patch trivially-copyable clang 9/10
105
if: ${{ ( matrix.clang-version == 9 || matrix.clang-version == 10 ) && matrix.os == 'windows' }}
106
0 commit comments