Skip to content

Commit

Permalink
Remove old working directory
Browse files Browse the repository at this point in the history
This is required for hosted runners as the working directory is
retained.
  • Loading branch information
agners committed Oct 10, 2023
1 parent 68d7d45 commit 76a6595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Extract Matter SDK from tar
working-directory: ./
run: |
rm -rf project-chip
mkdir -p project-chip
cd project-chip
apt update && apt install zstd
Expand Down

0 comments on commit 76a6595

Please sign in to comment.