Skip to content

Commit

Permalink
Create missing p7zip directory before restoring p7zip 7z.so cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jul 6, 2024
1 parent 15dedf9 commit 9c6b092
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_ubuntu24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
if: ${{ matrix.bit7z_link_libcpp == 'ON' && contains(matrix.c_compiler, 'clang-18') }}
run: sudo apt-get install libc++-18-dev libc++abi-18-dev -y

- name: Create missing p7zip directory
shell: bash
if: ${{ matrix.bit7z_build_for_p7zip == 'ON' }}
run: |
sudo mkdir -p /usr/lib/p7zip
- name: Cache p7zip's 7z.so
uses: actions/cache@v4
id: cache-p7zip-so
Expand Down

0 comments on commit 9c6b092

Please sign in to comment.