Skip to content

Commit

Permalink
[zig] bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed May 8, 2024
1 parent 024d65c commit dd3a427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
workdir: zig
with-zig: 0.11.0
with-zig: 0.12.0
build-pkgs: libsdl2-dev
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[submodule "zig/lib/sdl"]
path = zig/lib/sdl
url = https://github.com/MasterQ32/SDL.zig
branch = 6b33f1f4299ec8814e9fb3b206cda37791ced574
branch = 55caabfff7c03e42a4c6563e0f6d16cc8fa26dd6
2 changes: 1 addition & 1 deletion utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --from=shish2k/rosettaboy-devkit-rust:1.77.1 --chown=${USER_ID}:${GROUP_ID}
ENV PATH="/home/dev/.cargo/bin:$PATH"

# Install Zig tools
COPY --from=shish2k/rosettaboy-devkit-zig:0.11.0 --chown=${USER_ID}:${GROUP_ID} /home/dev/.zig /home/dev/.zig
COPY --from=shish2k/rosettaboy-devkit-zig:0.12.0 --chown=${USER_ID}:${GROUP_ID} /home/dev/.zig /home/dev/.zig
ENV PATH="/home/dev/.zig:$PATH"

# Get ready to go
Expand Down

0 comments on commit dd3a427

Please sign in to comment.