Explorar o código

gh actions: switch setup-zig action to mlugg/setup-zig

Andre Weissflog hai 8 meses
pai
achega
5ff951779f
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      .github/workflows/gen_bindings.yml

+ 7 - 3
.github/workflows/gen_bindings.yml

@@ -119,7 +119,9 @@ jobs:
       - uses: actions/checkout@main
       - uses: actions/checkout@main
         with:
         with:
           repository: floooh/sokol-zig
           repository: floooh/sokol-zig
-      - uses: goto-bus-stop/setup-zig@default
+      - uses: mlugg/setup-zig@v1
+        with:
+          version: master
       - uses: actions/download-artifact@main
       - uses: actions/download-artifact@main
         with:
         with:
           name: ignore-me-zig
           name: ignore-me-zig
@@ -282,7 +284,9 @@ jobs:
       - uses: actions/checkout@main
       - uses: actions/checkout@main
         with:
         with:
           repository: kassane/sokol-d
           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
       - uses: dlang-community/setup-dlang@v1
         with:
         with:
           compiler: ldc-master
           compiler: ldc-master
@@ -451,4 +455,4 @@ jobs:
           git config user.name "GH Action"
           git config user.name "GH Action"
           git add -A
           git add -A
           git diff-index --quiet HEAD || git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
           git diff-index --quiet HEAD || git commit -m "updated (https://github.com/floooh/sokol/commit/${{ github.sha }})"
-          git push
+          git push