Update ffmpeg.yml
This commit is contained in:
parent
8069c65527
commit
c1e5085b03
10
.github/workflows/ffmpeg.yml
vendored
10
.github/workflows/ffmpeg.yml
vendored
@ -14,15 +14,13 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
needs: []
|
needs: []
|
||||||
steps:
|
steps:
|
||||||
- name: Set up development tools
|
|
||||||
shell: cmd
|
|
||||||
run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
||||||
- name: Set up MSYS2
|
- name: Set up MSYS2
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
install: base-devel binutils mingw-w64-x86_64-cmake pkg-config git
|
install: base-devel binutils mingw-w64-x86_64-cmake pkg-config git
|
||||||
path-type: inherit
|
path-type: inherit
|
||||||
- name: MSYS2
|
- name: Set up development tools
|
||||||
shell: msys2 {0}
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
echo $PATH
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
D:\a\_temp\setup-msys2\msys2.cmd -use-full-path -c "set"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user