Skip to content

Commit

Permalink
dont use zigcc
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed May 5, 2024
1 parent c806039 commit 6297bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: 0.12.0
- name: Build
run: zig build -Dzfltk-use-zigcc=true
run: zig build
build_macos:
runs-on: macos-latest
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
version: 0.12.0
- name: Build
run: zig build -Dzfltk-use-zigcc=true
run: zig build
build_windows-mingw:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 6297bc2

Please sign in to comment.