Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sokach-dev committed Dec 21, 2024
1 parent 302c433 commit a2fdd68
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
target: x86_64-unknown-linux-gnu
bin: angel
name: angel-linux-amd64

- release_for: Linux-aarch64
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
Expand All @@ -28,17 +29,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
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: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform.target }}

- name: Build
run: |
cargo install sqlx-cli --no-default-features --features sqlite
Expand Down

0 comments on commit a2fdd68

Please sign in to comment.