Skip to content

Commit

Permalink
Run some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimono committed Feb 11, 2025
1 parent d27e685 commit 7d80d01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-conan-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ jobs:
apt-get install -y jq pipx build-essential cmake git
pipx install conan
pipx ensurepath
exec bash
pipx list
- name: Configure Conan
run: conan remote add sintef ${{ env.CONAN_UPLOAD }}
run: |
pipx list
env
conan remote add sintef ${{ env.CONAN_UPLOAD }}
- name: Get package name Conan 2
run: echo "package_name=$(conan inspect -f json . | jq .name -r)" >> $GITHUB_ENV
- name: Conan create
Expand Down

0 comments on commit 7d80d01

Please sign in to comment.