mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
install target architecture
This commit is contained in:
parent
8f2e94e03d
commit
17b09e3633
3
.github/workflows/linux-nightly.yml
vendored
3
.github/workflows/linux-nightly.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Add Target
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: Install Cross-Compilation Tools
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user