Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 18, 2024
1 parent 3d3a5ce commit 4df0db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: conan config
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
- name: conan install
run: conan install . --output-folder=build --build=never
run: conan install . --output-folder=build --build=missing

- name: cache
uses: actions/cache@v4
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
run: conan export . --name odrcore --version 0.0.0

- name: conan install
run: conan install . --output-folder=build --build=never
run: conan install . --output-folder=build --build=missing

# odrcore/0.0.0 will be missing, can't build=never
- name: conan downstream
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: conan config
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
- name: conan install
run: conan install . --output-folder=build --build=never
run: conan install . --output-folder=build --build=missing

- name: cmake
run: >
Expand Down

0 comments on commit 4df0db2

Please sign in to comment.