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 2e05a91 commit 14b8aecCopy full SHA for 14b8aec
.github/workflows/cross_test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: download Rtools-aarch64
17
run: |
18
curl https://www.r-project.org/nosvn/winutf8/ucrt3/llvm19_ucrt3_full_aarch64_6536.tar.zst -o llvm-aarch64.tar.zst
19
- tar -xf llvm-aarch64.tar.zst
+ tar -xvf llvm-aarch64.tar.zst
20
21
- uses: msys2/setup-msys2@v2
22
if: always()
0 commit comments