Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trnxdev authored Aug 20, 2023
1 parent 633dca5 commit 2b07e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install zig
run: wget https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.140+e078324db.tar.xz && tar -xvf zig-linux-x86_64-0.12.0-dev.140+e078324db.tar.xz
- name: Compile
run: ./zig-linux-x86_64-0.12.0-dev.140+e078324db/zig build -Doptimize=ReleaseFast
run: ./zig-linux-x86_64-0.12.0-dev.140+e078324db/zig build -Doptimize=ReleaseFast -Dcpu=baseline
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2b07e31

Please sign in to comment.