From eb5706f79ccbc7914e39ea00ddc7fd92be0af1d3 Mon Sep 17 00:00:00 2001 From: kali Date: Tue, 16 Apr 2024 11:08:21 +0200 Subject: [PATCH] maj github action --- .github/workflows/building.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index e510c0f..0e0b4b4 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -25,6 +25,9 @@ jobs: # You may pin to the exact commit or the version. # uses: turtlebrowser/get-conan@c171f295f3f507360ee018736a6608731aa2109d uses: turtlebrowser/get-conan@v1.2 + + - name: Create default profile + run: conan profile new default --detect - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.