Skip to content

Commit

Permalink
Add missing cmake argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Mar 12, 2024
1 parent 75e28c3 commit 2a3e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Compile the code
uses: ./.github/actions/build-windows
with:
cmake-args: ""
cmake-args: "-A x64"
config: "Asan"
bin-dir: "windows-x86_64-asan"
- name: Upload artifacts
Expand Down

0 comments on commit 2a3e538

Please sign in to comment.