Skip to content

Commit

Permalink
🎙️ Non-interactive yum command invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 64e74a2 commit 8bd6459
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ jobs:
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_BEFORE_ALL_LINUX: >
yum install wget &&
yum install -y wget &&
wget https://golang.org/dl/go1.21.5.linux-amd64.tar.gz &&
rm -rf usr/local/go && tar -C usr/local -xzf go1.21.5.linux-amd64.tar.gz &&
rm -rf usr/local/go &&
tar -C usr/local -xzf go1.21.5.linux-amd64.tar.gz &&
export PATH="/usr/local/go/bin:$PATH" &&
go version
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
Expand Down

0 comments on commit 8bd6459

Please sign in to comment.