Skip to content

Commit

Permalink
update temp path
Browse files Browse the repository at this point in the history
  • Loading branch information
ffenix113 committed Apr 7, 2024
1 parent 62d4fbd commit dffd8c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/example_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ concurrency:
cancel-in-progress: true

jobs:
empty:
build-examples:
runs-on: self-hosted
steps:
- name: Clean-up previous
run: rm -rf ./builds/*
run: rm -rf /tmp/zgb_build.*
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache-dependency-path: cli/go.sum
- name: Test
run: cd cli && go run ./cmd/zigbee/... --config zigbee.yml firmware --workdir $(mktemp -d ./builds/zgb_build.XXXXXXXXXX) build
- name: Build
run: cd cli && go run ./cmd/zigbee/... --config zigbee.yml firmware --workdir $(mktemp -d zgb_build.XXXXXXXXXX) build

0 comments on commit dffd8c9

Please sign in to comment.