Skip to content

Commit

Permalink
try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jul 2, 2023
1 parent d622266 commit 7040709
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
# unzip -qq zig-windows-x86_64-0.11.0-dev.3905+309aacfc8.zip
# git submodule update --init --recursive
# zig-windows-x86_64-0.11.0-dev.3905+309aacfc8/zig build --search-prefix $MINGW_PREFIX
# build_windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v2
# - uses: goto-bus-stop/setup-zig@v1
# - 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@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- name: build
shell: bash
run: zig build

0 comments on commit 7040709

Please sign in to comment.