Skip to content

Commit 0577b10

Browse files
committed
try fix
1 parent 683e231 commit 0577b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Install Conan
28-
uses: turtlebrowser/get-conan@v1.2
28+
uses: turtlebrowser/get-conan@main
2929

3030
- name: Cache Qt and Conan
3131
uses: actions/cache@v4
@@ -50,6 +50,7 @@ jobs:
5050
- name: Build Plotjuggler
5151
shell: pwsh
5252
run: >
53+
conan profile detect;
5354
conan install . -of build --build=missing -pr:b=default -s build_type=Release;
5455
set TOOLCHAIN=%cd%/build/conan_toolchain.cmake;
5556
cmake -Ax64 -T host=x64 -B build -DCMAKE_INSTALL_PREFIX=install -DCMAKE_TOOLCHAIN_FILE=%TOOLCHAIN% -DCMAKE_POLICY_DEFAULT_CMP0091=NEW .;

0 commit comments

Comments
 (0)