mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +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
|
||||
# pyinstaller-options: --onefile
|
||||
packages: libudev-dev
|
||||
executable-name: sc64deployer
|
||||
package-name: sc64deployer-linux
|
||||
# package-options: -czf
|
||||
@ -90,6 +91,10 @@ jobs:
|
||||
string: '-${{ github.ref_name }}'
|
||||
replace-with: '-'
|
||||
|
||||
- name: Install required linux packages
|
||||
if: matrix.packages
|
||||
run: apt update && apt -y install ${{ matrix.packages }}
|
||||
|
||||
- name: Build deployer
|
||||
run: cargo b -r
|
||||
working-directory: sw/deployer
|
||||
|
Loading…
Reference in New Issue
Block a user