diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84b9618..b068939 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: "Create Conan Profile" run: conan profile detect --force - name: "Install Conan" - run: conan install ${{ matrix.config.conan-file }} -s compiler.cppstd=20 --build=missing --output-folder=${{github.workspace}}/build + run: conan install ${{ matrix.config.conan-file }} -s compiler.cppstd=20 --build=missing - name: "CMake Build" working-directory: ${{github.workspace}}/build run: |