Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Dec 26, 2023
1 parent 1087c4e commit eedeaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Conditional step for standard Rust build for non-arm64 targets
- if: matrix.os == 'ubuntu-20.04'
name: Cross build for arm64
run: cargo build --release --target ${{ matrix.target }}
run: cross build --release --target aarch64-unknown-linux-gnu
env:
SERVER_ADDRESS: 'http://127.0.0.1:8080'

Expand Down

0 comments on commit eedeaf2

Please sign in to comment.