Skip to content

Commit

Permalink
Update for Zig 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 26, 2024
1 parent 73248a4 commit a13344e
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0

- name: Autogen
run: ./autogen.sh -s
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- uses: actions/checkout@v3
- name: build
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- name: Set up emulation environment
run: |
export DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- name: Set up emulation environment
run: |
export DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- uses: actions/checkout@v3
- name: build
run: |
Expand All @@ -129,7 +129,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- uses: actions/checkout@v3
- name: build
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@d866436887ad1b24590684f9d00480376663dd36
with:
version: 0.11.0
version: 0.12.0
- uses: actions/checkout@v3
- name: build
run: |
Expand Down
Loading

0 comments on commit a13344e

Please sign in to comment.