File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments