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 0c9d5e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ 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 docker jq git make
- name: install gh
run: |
mkdir -p /tmp/gh
curl -fsL https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_amd64.tar.gz | tar xvzf - --strip-components=1 -C /tmp/gh
mv /tmp/gh/bin/gh /usr/bin/gh
chmod +x /usr/bin/gh
- name: Checkout code
uses: actions/checkout@v4
- name: Git safe directory
Expand Down

0 comments on commit 0c9d5e4

Please sign in to comment.