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
17ea10158e
commit
a6f6c8b6ee
3
.github/workflows/linux-nightly.yml
vendored
3
.github/workflows/linux-nightly.yml
vendored
@ -32,10 +32,9 @@ jobs:
|
||||
- name: Install Cross-Compilation Tools
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||
run: |
|
||||
sudo dpkg --add-architecture arm64
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
|
||||
# Remove the non-existent package
|
||||
# sudo apt-get install -y pkg-config-aarch64-linux-gnu
|
||||
# Install ARM64 versions of GTK and related dependencies
|
||||
sudo apt-get install -y \
|
||||
libgtk-3-dev:arm64 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user