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 835a720 commit 349418a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
container: registry.suse.com/bci/bci-base:latest
steps:
- name: install dependencies
run: zypper install -y docker jq git
run: |
zypper --non-interactive install gh docker jq git
- name: Checkout code
uses: actions/checkout@v4
- name: Git safe directory
Expand Down

0 comments on commit 349418a

Please sign in to comment.