Skip to content

Commit

Permalink
Update ci.yml Fixed incorrect bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
hg8496 authored Sep 27, 2024
1 parent 46a6167 commit 1d1e862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
armv7-unknown-linux-gnueabihf)
sudo dpkg --add-architecture armv7
apt-get update && apt-get install --assume-yes libssl-dev:armv7
esac
shell: bash

- name: Build
run: cargo build --release --target ${{ matrix.target }}
- name: Upload artifact
Expand Down

0 comments on commit 1d1e862

Please sign in to comment.