Skip to content

Commit

Permalink
[wip] Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 13, 2024
1 parent e612331 commit 934160c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@ jobs:
-DCMAKE_INSTALL_PREFIX="${target}" \
-DCMAKE_BUILD_TYPE=MinSizeRel ../
pushd './ffmpeg-build'
make --jobs 1>/dev/null
pushd
# pushd './ffmpeg-build'
# make --jobs 1>/dev/null
# pushd
cmake --build ./ --target ffmpeg -- --jobs=1 1>/dev/null
cmake --build ./ --target bearssl -- --jobs 1>/dev/null
# cmake --build ./ --target ffmpeg -- --jobs=1 1>/dev/null
# cmake --build ./ --target bearssl -- --jobs 1>/dev/null
cmake --build ./ -- --jobs 1>/dev/null
cmake --install ./ 1>/dev/null
Expand Down

0 comments on commit 934160c

Please sign in to comment.