Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Jun 27, 2024
1 parent b6a742e commit 725ac38
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- version: linux
os: ubuntu-latest
apt-packages: libftdi-dev libudev-dev
apt-packages: libftdi1-dev libudev-dev
executable: target/release/sc64deployer
package-name: sc64-deployer-linux
package-params: -czf
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install brew packages
if: matrix.brew-packages
run: yes | brew install ${{ matrix.brew-packages }}
run: brew install ${{ matrix.brew-packages }}

- name: Build deployer
run: cargo b -r ${{ matrix.build-params }}
Expand Down
8 changes: 8 additions & 0 deletions sw/deployer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw/deployer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ encoding_rs = "0.8.34"
hex = "0.4.3"
image = "0.25.1"
include-flate = { version = "0.2.0", features = ["stable"] }
libftdi1-sys = "1.1.3"
libftdi1-sys = { version = "1.1.3", features = ["vendored"] }
md5 = "0.7.0"
panic-message = "0.3.0"
rand = "0.8.5"
Expand Down

0 comments on commit 725ac38

Please sign in to comment.