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 4381d61 commit c7811afCopy full SHA for c7811af
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
submodules: recursive
34
fetch-depth: 0
35
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
36
- name: Build Summary ${{ matrix.targets }}
37
run: zig build -Dtests --summary all -freference-trace -Dtarget=${{ matrix.targets }}
38
@@ -42,6 +42,6 @@ jobs:
42
fail-fast: false
43
steps:
44
- uses: actions/checkout@v4
45
46
- name: Build Summary x86_64-windows-msvc
47
- run: zig build --summary all -freference-trace -Dtarget=native-windows-msvc
+ run: zig build --summary all -freference-trace -Dtarget=native-windows-msvc
0 commit comments