Skip to content

Commit

Permalink
updating dependencies for gha job
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Dec 10, 2024
1 parent a9f7f2b commit 07ec370
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
container: registry.suse.com/bci/bci-base:latest
steps:
- name: install dependencies
run: zypper install -y docker jq git
run: |
zypper addrepo https://download.opensuse.org/repositories/devel:tools:scm/SLE_15_SP3/devel:tools:scm.repo
zypper refresh
zypper install -y gh docker jq git
- name: Checkout code
uses: actions/checkout@v4
- name: Git safe directory
Expand Down

0 comments on commit 07ec370

Please sign in to comment.