Skip to content

Commit

Permalink
CI: Build for VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 15, 2023
1 parent 2b64292 commit 58d21d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build release
id: build
run: |
python ./scripts/build_release.py --build-type release --vs 2022 --toolset v141_xp --linux-compiler gcc-9 --out-dir ./_build_out --cmake-args="-DWARNINGS_ARE_ERRORS=ON" --github-actions
python ./scripts/build_release.py --build-type release --vs 2019 --toolset v141_xp --linux-compiler gcc-9 --out-dir ./_build_out --cmake-args="-DWARNINGS_ARE_ERRORS=ON" --github-actions
- name: Upload build result
uses: actions/[email protected]
Expand Down

0 comments on commit 58d21d7

Please sign in to comment.