Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re committed Nov 5, 2024
1 parent 58374ea commit 0129a64
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,19 @@ jobs:
- name: Install prerequisites
run: sudo apt update && sudo apt install --yes build-essential gcc-aarch64-linux-gnu

- name: Setup Rust
- name: Build Rust part
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-unknown-linux-gnu

- name: Build Rust part
- run: |
cd driver_rppal
cargo build --release --target=aarch64-unknown-linux-gnu
- name: Setup Go
- name: Build Go part
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Build Go part
- run: |
cd go-jtagenum
CGO_ENABLED=1 CC=aarch64-linux-gnu-gcc GOOS=linux GOARCH=arm64 go build -ldflags="-w -s" -o jtagenum-ng
Expand Down

0 comments on commit 0129a64

Please sign in to comment.