Skip to content

Commit

Permalink
set zig version 0.10.1 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 6, 2023
1 parent ca3bf0c commit 122308f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2.1.0
with:
version: 0.10.1

- name: Checkout project
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2.1.0
with:
version: 0.10.1

- name: Checkout project
uses: actions/checkout@v3
Expand Down

0 comments on commit 122308f

Please sign in to comment.