Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 5, 2023
1 parent 4ae8b4f commit 4525f60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,11 @@ jobs:
- name: Install Flow dependencies with Conan using the profile
run: |
conan install \
CONAN_VERBOSE_TRACE=1 conan install \
. \
--profile:build=conan_profile \
--profile:host=conan_profile \
--build=missing \
-vvv
--build=missing
- name: Get the number of processor cores for parallelized work
uses: SimenB/github-actions-cpu-cores@v1
Expand Down

0 comments on commit 4525f60

Please sign in to comment.