Skip to content

Commit

Permalink
😋 Use yum and Google FTP servers
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 67f4197 commit 8060169
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ jobs:
output-dir: wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: >
add-apt-repository ppa:longsleep/golang-backports
apt-get update
apt-get install golang-go
yum install 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 &&
export PATH="/usr/local/go/bin:$PATH" &&
go version
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
hugo version
Expand Down

0 comments on commit 8060169

Please sign in to comment.