Skip to content

Commit

Permalink
CI: Complete Tumbleweed test implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 6, 2024
1 parent 743eb49 commit 1a9f7bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
apk update
apk upgrade
- if: ${{ contains(matrix.container, 'tumbleweed') }}
run: |
zypper --non-interactive refresh
zypper --non-interactive update
- if: ${{ matrix.name == 'btrfs-clone' }}
uses: actions/cache@v4
id: btrfs-img-cache
Expand Down

0 comments on commit 1a9f7bd

Please sign in to comment.