mirror of https://github.com/xemu-project/xemu.git
ci: Remove msys2 libsamplerate install
This commit is contained in:
parent
9cdc609036
commit
f6d9a5abeb
|
@ -43,9 +43,6 @@ jobs:
|
|||
Invoke-WebRequest -Uri "https://github.com/mborgerson/xemu-msys2/releases/latest/download/msys64.7z" -OutFile "msys64.7z"
|
||||
echo "Extracting MSYS2 environment..."
|
||||
7z x -y msys64.7z "-oC:\tools\"
|
||||
echo "Updating MSYS2 environment..."
|
||||
C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
|
||||
C:\tools\msys64\usr\bin\bash.exe -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-libsamplerate"
|
||||
# - name: Initialize Compiler Cache
|
||||
# id: cache
|
||||
# uses: actions/cache@v1
|
||||
|
|
Loading…
Reference in New Issue