Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyf304 authored Jan 31, 2021
1 parent 3697cee commit 935dfba
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 @@ -36,7 +36,7 @@ jobs:
- name: Set Build Variables
shell: bash
run: |
[ "${{matrix.os}}" == windows ] && echo "CMAKE_GENERATOR=\"Visual Studio 16 2019\"" >>${GITHUB_ENV} || true
[ "${{matrix.os}}" == windows ] && echo "CMAKE_GENERATOR=Visual Studio 16 2019" >>${GITHUB_ENV} || true
[ "${{matrix.os}}" == windows ] && [ "${{matrix.arch}}" == "x86" ] && echo "CMAKE_GENERATOR_PLATFORM=win32" >>${GITHUB_ENV} || true
[ "${{matrix.os}}" == windows ] && [ "${{matrix.arch}}" == "x86_64" ] && echo "CMAKE_GENERATOR_PLATFORM=x64" >>${GITHUB_ENV} || true
Expand Down

0 comments on commit 935dfba

Please sign in to comment.