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