Skip to content

Commit

Permalink
🛤️ Pass PATH environment variables to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 6c8e00a commit 0042368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
tar -C go_installed/ -xzf go1.21.5.linux-amd64.tar.gz &&
export PATH="go_installed/go/bin:$PATH" &&
go version
CIBW_ENVIRONMENT_LINUX: PATH=$PATH:go_installed/go/bin
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
hugo version
Expand Down

0 comments on commit 0042368

Please sign in to comment.