We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683e231 commit 0577b10Copy full SHA for 0577b10
.github/workflows/windows.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Install Conan
28
- uses: turtlebrowser/get-conan@v1.2
+ uses: turtlebrowser/get-conan@main
29
30
- name: Cache Qt and Conan
31
uses: actions/cache@v4
@@ -50,6 +50,7 @@ jobs:
50
- name: Build Plotjuggler
51
shell: pwsh
52
run: >
53
+ conan profile detect;
54
conan install . -of build --build=missing -pr:b=default -s build_type=Release;
55
set TOOLCHAIN=%cd%/build/conan_toolchain.cmake;
56
cmake -Ax64 -T host=x64 -B build -DCMAKE_INSTALL_PREFIX=install -DCMAKE_TOOLCHAIN_FILE=%TOOLCHAIN% -DCMAKE_POLICY_DEFAULT_CMP0091=NEW .;
0 commit comments