Skip to content

Commit

Permalink
resolve issues with canon2 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Oct 31, 2024
1 parent 0f611e2 commit 67b738c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ jobs:
echo "CC=gcc-10" >> $GITHUB_ENV
- name: Configure Conan
shell: bash
run: "echo \"Setup conan\"\nconan profile detect --force \nconan profile show default\n"
run: |
echo "Setup conan"
conan profile detect --force
conan profile show
- name: ⚙️ Install Qt Version ${{ matrix.qt_version }}
uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4.0.0
with:
Expand Down Expand Up @@ -376,7 +379,10 @@ jobs:
arch: ${{ matrix.pak_arch }}
- name: Configure Conan
shell: bash
run: "echo \"Setup conan\"\nconan profile detect --force \nconan profile show default\n"
run: |
echo "Setup conan"
conan profile detect --force
conan profile show
- name: (Linux/macOS) restore ccache
if: runner.os == 'Linux' || runner.os == 'macOS'
uses: pat-s/always-upload-cache@v3.0.11

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 3: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
Expand Down

0 comments on commit 67b738c

Please sign in to comment.