Skip to content

Commit

Permalink
Basic changes to Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Feb 25, 2023
1 parent 793e0f4 commit 9cc6f00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build/windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,15 @@ runs:
if: ${{ steps.cache-conan.outputs.cache-hit != 'true' }}
shell: bash
run: |
conan profile new default --detect
conan profile detect
conan profile update settings.compiler="Visual Studio" default
conan profile update settings.compiler.version=17 default
- name: Install Conan Dependencies
shell: bash
run: |
mkdir build && cd build
conan config set storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
conan install .. --build missing
conan install .. --build missing -s storage.download_cache="${GITHUB_WORKSPACE}/.conancache"
- name: Build
if: ${{ inputs.cacheOnly == 'false' }}
Expand Down

0 comments on commit 9cc6f00

Please sign in to comment.