Skip to content

Commit 14b8aec

Browse files
committed
Testing cross-compile action
1 parent 2e05a91 commit 14b8aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: download Rtools-aarch64
1717
run: |
1818
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
19+
tar -xvf llvm-aarch64.tar.zst
2020
2121
- uses: msys2/setup-msys2@v2
2222
if: always()

0 commit comments

Comments
 (0)