Skip to content

Commit

Permalink
again small change to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JungerBoyo authored and JungerBoyo committed Jan 5, 2024
1 parent 0791f68 commit 5e8536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_conan_packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:
- name: Install conan packages (Linux + GLFW3)
shell: bash
if: ${{ inputs.os == 'ubuntu-22.04' && inputs.windowing-system == 'glfw3' }}
run: conan install . --output-folder=build-rel -pr:b conanprofile.linux.txt -pr:h conanprofile.linux.txt --build=missing
run: conan install . --output-folder=build-rel -g CMakeToolchain -pr:b conanprofile.linux.txt -pr:h conanprofile.linux.txt --build=missing

0 comments on commit 5e8536e

Please sign in to comment.