Skip to content

Commit 2bce071

Browse files
committed
jammy
1 parent f6f0c14 commit 2bce071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
129129
run: |
130130
sudo dpkg --add-architecture arm64
131+
sudo sed -i 's/noble/jammy/g' /etc/apt/sources.list
131132
sudo apt-get update -y
132133
sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev
133134
sudo apt-get install -y libdbus-1-dev:arm64 pkg-config

0 commit comments

Comments
 (0)