Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Dec 24, 2023
1 parent c67501f commit 67d658a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-ffmpeg-x86_64-pc-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@ jobs:
# yasm
# nasm

# - uses: actions/checkout@v3
# with:
# repository: FFmpeg/FFmpeg
# ref: release/6.1
- uses: actions/checkout@v3
with:
repository: FFmpeg/FFmpeg
ref: release/6.1

- run: |
mv /usr/bin/link.exe /usr/bin/link.exe.bak
pacman -S --noconfirm --needed \
yasm \
nasm
which link.exe
which cl.exe
Expand Down

0 comments on commit 67d658a

Please sign in to comment.