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 224a99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ 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=go_installed/go/bin:$PATH
CIBW_ENVIRONMENT_PASS_LINUX: >
PATH
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
hugo version
Expand Down

0 comments on commit 224a99d

Please sign in to comment.