Skip to content

Commit

Permalink
installing docker and jq
Browse files Browse the repository at this point in the history
Signed-off-by: Dilip Gowda Bhagavan <dilip.bhagavan@ibm.com>
  • Loading branch information
dilipgb committed Sep 1, 2023
1 parent 507cae6 commit 21107a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
command_timeout: 100m
script: |
apt-get update -y
apt-get install -y wget curl git make gcc
apt-get install -y wget curl git make gcc jq docker.io
wget https://go.dev/dl/go1.20.6.linux-s390x.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.6.linux-s390x.tar.gz
export PATH=$PATH:/usr/local/go/bin
Expand Down

0 comments on commit 21107a8

Please sign in to comment.