This commit is contained in:
@@ -14,7 +14,13 @@ jobs:
|
||||
- name: Install tools
|
||||
run: |
|
||||
set -ex
|
||||
dnf install -y --quiet git buildah 2>&1
|
||||
dnf install -y git buildah > /tmp/dnf.log 2>&1 || true
|
||||
|
||||
- name: Show install log
|
||||
run: |
|
||||
cat /tmp/dnf.log
|
||||
which git
|
||||
which buildah
|
||||
|
||||
- name: Test 2
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user