Skip to content

Commit

Permalink
gh actions: switch setup-zig action to mlugg/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 29, 2024
1 parent 789d970 commit 5ff9517
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gen_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
- uses: actions/checkout@main
with:
repository: floooh/sokol-zig
- uses: goto-bus-stop/setup-zig@default
- uses: mlugg/setup-zig@v1
with:
version: master
- uses: actions/download-artifact@main
with:
name: ignore-me-zig
Expand Down Expand Up @@ -282,7 +284,9 @@ jobs:
- uses: actions/checkout@main
with:
repository: kassane/sokol-d
- uses: goto-bus-stop/setup-zig@default
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-master
Expand Down Expand Up @@ -451,4 +455,4 @@ jobs:
git config user.name "GH Action"
git add -A
git diff-index --quiet HEAD || git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
git push
git push

0 comments on commit 5ff9517

Please sign in to comment.