Skip to content

Commit

Permalink
fixup! ci: Add nightly build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed May 20, 2024
1 parent 51e2990 commit fb24700
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 @@ -48,7 +48,7 @@ jobs:
arch: x64
- name: Build
run: |
cmake -B x64 -A Win32
cmake -B x64 -A x64
cmake --build x64 --config Release
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fb24700

Please sign in to comment.