Skip to content

Commit

Permalink
HMM
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Dec 24, 2023
1 parent 7ac6742 commit 5a69708
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-ffmpeg-x86_64-pc-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
export CC=cl
mkdir output
./configure \
--toolchain=msvc \
--arch=x86_64 \
Expand All @@ -52,18 +54,15 @@ jobs:
--enable-x86asm \
--disable-mediafoundation \
--disable-avdevice \
--prefix=$PWD/ouptut
--prefix=$PWD/ouptut \
--disable-logging
make -j$(nproc)
make install
pwd
echo /d/a/namseent/namseent
ls -R /d/a/namseent/namseent
echo /d/a/namseent/namseent/output
ls -R /d/a/namseent/namseent/output
ls -R output
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5a69708

Please sign in to comment.