Skip to content

Commit

Permalink
Changing zig install step
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Creamer <[email protected]>
  • Loading branch information
mark-creamer-amazon committed Jul 9, 2024
1 parent 2987ed6 commit 146dca2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_java_hello_world_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
distribution: 'corretto'
java-version: '17'
- name: Setup Zig
uses: goto-bus-stop/[email protected]
with:
version: 0.11.0
run: wget https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz -O - | tar xJ && echo "$(pwd)/zig-linux-x86_64-0.11.0" >> $GITHUB_PATH
- name: Checkout cedar-examples
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 146dca2

Please sign in to comment.