Skip to content

Commit

Permalink
Increate timeout for installing winfsp
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Mar 8, 2024
1 parent ba63bd1 commit 1d7fbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
curl -L https://github.com/winfsp/winfsp/releases/download/v2.0/winfsp-tests-${{ env.WINFSP_VERSION }}.zip -o D:/a/_temp/winfsp-tests.zip
unzip D:/a/_temp/winfsp-tests.zip -d D:/a/_temp/
mv 'D:/a/_temp/winfsp-tests-x64.exe' 'C:/Program Files (x86)/WinFsp/bin/'
timeout-minutes: 1
timeout-minutes: 2

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 1d7fbe9

Please sign in to comment.