We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64347af commit fc95bd4Copy full SHA for fc95bd4
.github/workflows/tests-ubuntu.yml
@@ -14,14 +14,14 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - name: ⬇️ Checkout
+ - name: Checkout
18
uses: actions/checkout@v4
19
20
- name: (Z) Install Zig
21
- uses: goto-bus-stop/setup-zig@v2
+ uses: mlugg/setup-zig@v2
22
with:
23
- version: master
+ version: 0.15.0-dev.565+8e72a2528
24
25
- - name: ▶️ Run tests
+ - name: Run tests
26
shell: bash
27
run: zig build test
.github/workflows/tests-windows.yml
@@ -18,9 +18,9 @@ jobs:
- name: ▶️ Run tests
shell: pwsh
0 commit comments