Skip to content

Commit

Permalink
ci: fixed arm linux
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice committed Aug 4, 2024
1 parent 319a070 commit b70f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf install libssl-dev
- name: build
run: cargo build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit b70f386

Please sign in to comment.