Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siedenburg2 authored Oct 1, 2023
1 parent 3216704 commit 8f5bbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v3.3.0
with:
version: "5.15.*"
host: 'windows'
Expand All @@ -27,7 +27,7 @@ jobs:
unzip ninja.zip
mv ninja.exe build/
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20231001/mpv-dev-x86_64-v3-20231001-git-e969072.7z > mpv.7z
curl -L https://sources.debian.org/data/main/m/mpv/0.35.1-4/libmpv/mpv.def
curl -L https://sources.debian.org/data/main/m/mpv/0.35.1-4/libmpv/mpv.def > mpv.def
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down

0 comments on commit 8f5bbd6

Please sign in to comment.