This commit is contained in:
Mateusz Faderewski 2023-03-02 00:54:24 +01:00
parent 06f1799a21
commit f613116edc

View File

@ -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