Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Jan 17, 2024
1 parent 5fa76bf commit a41da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: curl https://www.7-zip.org/a/7z2301-x64.exe --output 7z-installer.exe

- name: Extract 7-Zip
run: 7z-installer.exe /S /D="${{ github.workspace }}\7zip"
run: .\7z-installer.exe /S /D="${{ github.workspace }}\7zip"

- name: Download mpv
run: curl https://kumisystems.dl.sourceforge.net/project/mpv-player-windows/libmpv/mpv-dev-x86_64-20240114-git-bd35dc8.7z --output mpv.7z
Expand Down

0 comments on commit a41da22

Please sign in to comment.