Skip to content

Commit

Permalink
✏️ Install Golang to separate go_installed/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent bb67137 commit 6c8e00a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ jobs:
CIBW_BEFORE_ALL_LINUX: >
yum install -y wget &&
wget https://golang.org/dl/go1.21.5.linux-amd64.tar.gz &&
rm -rf $HOME/.local/go/ &&
tar -C $HOME/.local/ -xzf go1.21.5.linux-amd64.tar.gz &&
export PATH="$HOME/.local/go/bin:$PATH" &&
mkdir go_installed &&
tar -C go_installed/ -xzf go1.21.5.linux-amd64.tar.gz &&
export PATH="go_installed/go/bin:$PATH" &&
go version
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 6c8e00a

Please sign in to comment.