Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef authored May 6, 2024
1 parent 1233d3e commit c44c00d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
unzip -qq zig-windows-x86_64-0.12.0.zip
git submodule update --init --recursive
zig-windows-x86_64-0.12.0/zig build --search-prefix $MINGW_PREFIX
# build_windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v2
# - uses: goto-bus-stop/setup-zig@v2
# with:
# version: 0.12.0
# - uses: seanmiddleditch/gha-setup-ninja@master
# - name: build
# shell: bash
# run: zig build
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- uses: seanmiddleditch/gha-setup-ninja@master
- name: build
shell: bash
run: zig build

0 comments on commit c44c00d

Please sign in to comment.