Skip to content

Commit

Permalink
fu.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 12, 2023
1 parent 266ad08 commit 3f7c7e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- uses: actions/checkout@main
- name: Setup
run: |
pip install -U conan
apt-get update
apt-get install -y python3-pip
pip3 install -U conan
conan profile detect
- name: Build
run: |
conan create . --build=missing

0 comments on commit 3f7c7e1

Please sign in to comment.