Skip to content

Commit

Permalink
Fix unzip location
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 18, 2024
1 parent a1f86bf commit de7985b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,10 @@ jobs:
uses: secondlife/setup-cygwin@v3
with:
packages: bash
- name: Setup SSH
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Setup Bun
shell: bash
run: |
unzip bun/**/bun-*.zip
unzip bun/bun-*.zip
cd bun-*
pwd >> $GITHUB_PATH
- name: Setup Node.js
Expand Down

0 comments on commit de7985b

Please sign in to comment.