Skip to content

Commit 03cc02e

Browse files
committed
maybe?
Signed-off-by: Victor M. Suarez <root@svmnotn.dev>
1 parent 3bbd42b commit 03cc02e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
- host: macos-latest
6868
target: aarch64-apple-darwin
6969
build: yarn build --target aarch64-apple-darwin
70-
- host: ubuntu-latest
70+
- host: ubuntu-24.04-arm
7171
target: aarch64-unknown-linux-gnu
7272
build: yarn build --target aarch64-unknown-linux-gnu -x
73-
- host: ubuntu-latest
73+
- host: ubuntu-24.04-arm
7474
target: aarch64-unknown-linux-musl
7575
build: yarn build --target aarch64-unknown-linux-musl -x
7676
- host: windows-latest
@@ -117,9 +117,8 @@ jobs:
117117
- name: Install system dependencies (Linux)
118118
if: runner.os == 'Linux'
119119
run: |
120-
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
121120
sudo apt-get -qq update
122-
sudo apt-get -qq install -y build-essential pkg-config libudev-dev gcc-aarch64-linux-gnu libc6-dev-arm64-cross
121+
sudo apt-get -qq install -y pkg-config libudev-dev
123122
- name: Install dependencies
124123
run: yarn install
125124
- name: Build

0 commit comments

Comments
 (0)