Skip to content

Commit

Permalink
Need conan cache so zenoh shared libraries are available
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Jul 26, 2024
1 parent 89568bc commit 0b7d176
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
with:
version: 2.3.2

- name: Create default Conan profile
run: conan profile detect
Expand Down Expand Up @@ -88,6 +86,23 @@ jobs:
needs: build

steps:
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main

- name: Create default Conan profile
run: conan profile detect

- name: Get conan cache
uses: actions/download-artifact@v4
with:
name: conan-cache

- name: Restore conan cache from archive
shell: bash
run: |
conan cache restore conan-cache.tgz
- name: Get build artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -122,8 +137,6 @@ jobs:
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
with:
version: 2.3.2

- name: Create default Conan profile
run: conan profile detect
Expand Down

0 comments on commit 0b7d176

Please sign in to comment.