Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
aappaapp committed Mar 18, 2024
1 parent 1a57ffc commit ff5bcb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
path: src/bin/libgozen*
windows:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: >-
curl
Expand All @@ -41,8 +39,10 @@ jobs:
with:
submodules: recursive
- name: Update pacman
shell: msys2 {0}
run: pacman -Suy
- name: Install stuff
shell: msys2 {0}
run: pacman -S --noconfirm mingw-w64-cross-binutils mingw-w64-x86_64-toolchain mingw-w64-x86_64-scons mingw-w64-x86_64-yasm diffutils make
- name: Build FFmpeg
run: pushd ./src/bin/gde_ffmpeg/ && sh ./build-ffmpeg.sh && popd
Expand Down

0 comments on commit ff5bcb0

Please sign in to comment.