mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-16 20:29:12 +01:00
test
This commit is contained in:
parent
06f1799a21
commit
f613116edc
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
# pyinstaller-options: --onefile
|
# pyinstaller-options: --onefile
|
||||||
|
packages: libudev-dev
|
||||||
executable-name: sc64deployer
|
executable-name: sc64deployer
|
||||||
package-name: sc64deployer-linux
|
package-name: sc64deployer-linux
|
||||||
# package-options: -czf
|
# package-options: -czf
|
||||||
@ -90,6 +91,10 @@ jobs:
|
|||||||
string: '-${{ github.ref_name }}'
|
string: '-${{ github.ref_name }}'
|
||||||
replace-with: '-'
|
replace-with: '-'
|
||||||
|
|
||||||
|
- name: Install required linux packages
|
||||||
|
if: matrix.packages
|
||||||
|
run: apt update && apt -y install ${{ matrix.packages }}
|
||||||
|
|
||||||
- name: Build deployer
|
- name: Build deployer
|
||||||
run: cargo b -r
|
run: cargo b -r
|
||||||
working-directory: sw/deployer
|
working-directory: sw/deployer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user