File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
99
1010 # Enable ports repository
11+ sudo apt-get update
12+ sudo apt install lsb-release
1113 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1214Types: deb
1315URIs: http://ports.ubuntu.com/ubuntu-ports/
14- Suites: noble noble- updates noble- backports noble -security
16+ Suites: echo Suites: $( lsb_release -sc ) $( lsb_release -sc ) - updates $( lsb_release -sc ) - backports $( lsb_release -sc ) -security
1517Components: main restricted universe multiverse
1618Architectures: armhf
1719Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
99
1010 # Enable ports repository
11+ sudo apt-get update
12+ sudo apt install lsb-release
1113 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1214Types: deb
1315URIs: http://ports.ubuntu.com/ubuntu-ports/
14- Suites: noble noble- updates noble- backports noble -security
16+ Suites: echo Suites: $( lsb_release -sc ) $( lsb_release -sc ) - updates $( lsb_release -sc ) - backports $( lsb_release -sc ) -security
1517Components: main restricted universe multiverse
1618Architectures: arm64
1719Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
You can’t perform that action at this time.
0 commit comments