Skip to content

Commit

Permalink
More hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Jul 26, 2024
1 parent ff8c52e commit 7c8c9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: HACK - Save conan folders
shell: bash
run: |
tar -cvzf ./conan-raw.tgz ~/.conan2
tar -cvzf ./conan-raw.tgz .conan2
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -102,12 +102,12 @@ jobs:
with:
name: conan-raw

- name: Restore conan folders
- name: HACK - Restore conan folders
shell: bash
run: |
mv conan-raw.tgz ~/
cd ~/
tar -xvzf conan-cache.tgz
tar -xvzf conan-raw.tgz
- name: Get build artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 7c8c9d7

Please sign in to comment.