Skip to content

Commit 599e9aa

Browse files
committed
Fix build
1 parent 63736da commit 599e9aa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
linker = "aarch64-linux-gnu-gcc"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
name: rops-arm64-
4444
if-no-files-found: error
45-
path: rops/target/aarch64-unknown-linux-gnu/release/rops
45+
path: target/aarch64-unknown-linux-gnu/release/rops
4646

4747
release:
4848
name: Release rops binary
49-
needs: [rops-build-amd64, rops-build-arm64]
49+
needs: [build-amd64, build-arm64]
5050
runs-on: ubuntu-latest
5151
permissions:
5252
contents: write

0 commit comments

Comments
 (0)