Skip to content

Commit

Permalink
do not setup env for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffenix113 committed Apr 7, 2024
1 parent dffd8c9 commit c0f9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
go-version: '1.21'
cache-dependency-path: cli/go.sum
- name: Build
run: cd cli && go run ./cmd/zigbee/... --config zigbee.yml firmware --workdir $(mktemp -d zgb_build.XXXXXXXXXX) build
run: cd cli && NO_SETUP_ENV=1 go run ./cmd/zigbee/... --config zigbee.yml firmware --workdir $(mktemp -d zgb_build.XXXXXXXXXX) build

0 comments on commit c0f9de0

Please sign in to comment.