mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
fixing linux workflows
This commit is contained in:
parent
a6f6c8b6ee
commit
4dead5feed
6
.github/workflows/linux-nightly.yml
vendored
6
.github/workflows/linux-nightly.yml
vendored
@ -33,6 +33,12 @@ jobs:
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||
run: |
|
||||
sudo dpkg --add-architecture arm64
|
||||
# Add ARM64 repositories
|
||||
sudo tee /etc/apt/sources.list.d/arm64.list << EOF
|
||||
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy main restricted
|
||||
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy-updates main restricted
|
||||
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy-security main restricted
|
||||
EOF
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
|
||||
# Install ARM64 versions of GTK and related dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user