mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
test
This commit is contained in:
parent
8e71d67fbf
commit
7e3e0dc015
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
linux-packages: libudev-dev
|
||||
rust-flags: -C target-feature=+crt-static
|
||||
rust-options: --target x86_64-unknown-linux-gnu
|
||||
executable: sc64deployer
|
||||
name: sc64-deployer-linux
|
||||
options: -czf
|
||||
@ -95,7 +96,7 @@ jobs:
|
||||
sudo apt-get -y install ${{ matrix.linux-packages }}
|
||||
|
||||
- name: Build deployer
|
||||
run: cargo b -r
|
||||
run: cargo b -r ${{ matrix.rust-options }}
|
||||
working-directory: sw/deployer
|
||||
env:
|
||||
RUSTFLAGS: ${{ matrix.rust-flags }}
|
||||
|
Loading…
Reference in New Issue
Block a user