Skip to content

Commit

Permalink
try without caching and install zigbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Feb 17, 2024
1 parent 67249d5 commit 53e6d53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_release_zigbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: jethrodaniel/setup-zig@fix-caching
with:
version: 0.12.0-dev.903+7aa85691b

- name: Install Arm compile target
run: rustup target add armv7-unknown-linux-gnueabihf

- name: Install Zigbuild
run: cargo install zigbuild

- name: Build
run: cargo zigbuild --target armv7-unknown-linux-gnueabihf --release

Expand Down

0 comments on commit 53e6d53

Please sign in to comment.