Skip to content

Commit

Permalink
Install missing "find" for submitting agama-live (#1224)
Browse files Browse the repository at this point in the history
## Problem

- the Live ISO does not build
- The archives are not correctly created in CI because of missing `find`

## Solution

- Install missing `find`
  • Loading branch information
lslezak authored May 16, 2024
2 parents 530c480 + db07b81 commit 2c6993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/obs-staging-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install tools
run: zypper --non-interactive install --no-recommends
git make osc
findutils git make osc

- name: Git Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c6993b

Please sign in to comment.