Skip to content

Commit

Permalink
fix conan to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler authored Feb 28, 2023
1 parent fa17a48 commit 6b1b5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install conan
run: pip install conan
run: pip install conan<2.0
- name: Refresh Shell
run: refreshenv
- name: Get number of CPU cores
Expand Down

0 comments on commit 6b1b5f3

Please sign in to comment.