Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 21, 2024
1 parent ec22b28 commit 852e06d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate-install-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
zypper -n install tar gzip
elif [[ ${{matrix.vector.image}} == *"centos"* ]]; then
dnf install which -y
elif [[ ${{matrix.vector.image}} == *"cbl-mariner"* ]]; then
elif [[ ${{matrix.vector.image}} == *"mariner"* ]]; then
GNUPGHOME=/root/.gnupg &&
export GNUPGHOME &&
tdnf update -y &&
tdnf install tar -y
tdnf install tar -y # needed for `actions/checkout`
fi
- uses: actions/checkout@v4
Expand Down

0 comments on commit 852e06d

Please sign in to comment.