Skip to content

Commit

Permalink
ci- cat deps.zig for zigmod debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jan 20, 2022
1 parent 638acff commit 8830f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
version: master
- uses: nektro/actions-setup-zigmod@v1
- run: zigmod ci
- run: cat deps.zig
- run: zig build
- run: zig build test
test-macos:
Expand All @@ -31,6 +32,7 @@ jobs:
version: master
- uses: nektro/actions-setup-zigmod@v1
- run: zigmod ci
- run: cat deps.zig
- run: brew install pkg-config pcre
- run: env ZIG_SYSTEM_LINKER_HACK=1 zig build
- run: env ZIG_SYSTEM_LINKER_HACK=1 zig build test
Expand All @@ -45,6 +47,7 @@ jobs:
version: master
- uses: nektro/actions-setup-zigmod@v1
- run: zigmod ci
- run: cat deps.zig
- run: c:; cd \vcpkg; git pull; .\bootstrap-vcpkg.bat
- run: vcpkg integrate install
- run: vcpkg install pcre --triplet x64-windows-static
Expand Down

0 comments on commit 8830f51

Please sign in to comment.