Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Sep 9, 2024
1 parent 24e298a commit 238f0b4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ jobs:

- name: Pre-Compile
run: |
conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/config2023.zip
conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/config2023.zip
conan remote add kth https://packages.kth.cash/api
conan profile new default --detect
conan profile show default
conan profile update settings.compiler.libcxx=libstdc++11 default
conan profile show default
# conan profile list
# conan profile detect
# conan profile show default
# conan profile update settings.compiler.libcxx=libstdc++11 default
# conan profile show default
conan install --requires=c-api/0.48.0 --update -o c-api/*:shared=True
shell: bash
Expand Down

0 comments on commit 238f0b4

Please sign in to comment.