Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
sokach-dev committed Dec 21, 2024
1 parent bb52ff0 commit 302c433
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
with:
targets: ${{ matrix.platform.target }}

- name: Install dependencies for Linux-aarch64
if: matrix.platform.target == 'aarch64-unknown-linux-gnu' && runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Build
run: |
sudo apt install libssl-dev gcc
cargo install sqlx-cli --no-default-features --features sqlite
export DATABASE_URL=sqlite:./db.sqlite
sqlx database create
Expand Down

0 comments on commit 302c433

Please sign in to comment.