Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 5, 2024
1 parent 526b9cc commit 4c99c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ fi

function get_linux_deb_arch() {
case "${1}" in
"linux-aarch64") echo "arm64" ;;
"linux-arm64"|"linux-aarch64") echo "arm64" ;;
"linux-armhf") echo "armhf" ;;
"linux-i686") echo "i386" ;;
"linux-i386"|"linux-i686") echo "i386" ;;
"linux-riscv64") echo "riscv64" ;;
"linux-x86_64") echo "amd64" ;;
esac
Expand Down Expand Up @@ -111,7 +111,7 @@ case "${1}" in
apt-get install -yqq --allow-downgrades \
binfmt-support \
qemu-user-static \
x11proto-dev x11proto-render-dev \
x11proto-dev x11proto-render-dev x11proto-xf86vidmode-dev \
libasound2-dev:${linux_arch} \
libdbus-1-dev:${linux_arch} \
libgl1-mesa-dev:${linux_arch} \
Expand Down

0 comments on commit 4c99c70

Please sign in to comment.