Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 1, 2023
1 parent deb6855 commit b9c2575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
run: conan profile detect --force
- name: "Install Conan"
run: ${{ matrix.config.conan-install-cmd }}
- name: "CMake Load Cache"
working-directory: /build
run: cmake ..
- name: "CMake Build"
run: cmake --build . --config ${{ matrix.config.mode }}
- name: "CMake Install"
working-directory: instdir
run: cmake --install build --prefix instdir --strip
- name: Upload
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit b9c2575

Please sign in to comment.