Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Apr 18, 2024
1 parent 0bef42d commit 5db3a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
sudo apt update
sudo apt install -y libdbus-1-dev libsecret-1-dev gnome-keyring
- name: Install gcc-aarch64-linux-gnu
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: sudo apt update && sudo apt install -yq gcc-aarch64-linux-gnu

- name: Build
run: |
cargo build -p lcode --release --target ${{ matrix.target }}
Expand Down

0 comments on commit 5db3a99

Please sign in to comment.