Skip to content

Commit

Permalink
unzip only zap-cli, to hopefully make the unzip faster
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 8, 2022
1 parent e2ae7ad commit 27c6b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
curl -L https://github.com/project-chip/zap/releases/download/${ZAP_VERSION}/zap-mac.zip \
--output $ZAP_INSTALL_PATH/zap-mac.zip
cd $ZAP_INSTALL_PATH
unzip zap-mac.zip
unzip zap-mac.zip zap-cli
rm zap-mac.zip
- name: Bootstrap
timeout-minutes: 25
Expand Down

0 comments on commit 27c6b7e

Please sign in to comment.