We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df4c32 commit 4acf9eeCopy full SHA for 4acf9ee
.github/workflows/release-lib.yml
@@ -32,9 +32,9 @@ jobs:
32
fail-fast: false
33
matrix:
34
include:
35
- - os: ubuntu-latest
+ - os: ubuntu-22.04
36
target: x86_64-unknown-linux-musl
37
+ - os: ubuntu-22.04-arm
38
target: aarch64-unknown-linux-musl
39
- os: macos-latest
40
target: x86_64-apple-darwin
@@ -70,14 +70,6 @@ jobs:
70
sudo apt-get update
71
sudo apt-get install -y musl-tools
72
73
- - name: prep for arm64 Linux
74
- if: matrix.target == 'aarch64-unknown-linux-musl'
75
- run: |
76
- sudo apt-get update
77
- sudo apt-get install -y gcc-aarch64-linux-gnu
78
- echo 'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc' >>"$GITHUB_ENV"
79
- echo 'CC=aarch64-linux-gnu-gcc' >>"$GITHUB_ENV"
80
-
81
- name: Set up R
82
if: runner.os != 'Windows'
83
uses: r-lib/actions/setup-r@v2
0 commit comments