Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 7, 2024
1 parent 5020d28 commit aaa5497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ jobs:
-DKAI_ENABLE_LTO="${KAI_ENABLE_LTO}" \
-DCMAKE_TOOLCHAIN_FILE="./.github/workflows/cmake_toolchains/${target}.cmake" \
-DCMAKE_INSTALL_PREFIX="${target}" \
-DCMAKE_BUILD_TYPE='MinSizeRel' ../ 1>/dev/null
-DCMAKE_BUILD_TYPE='MinSizeRel' ../ #1>/dev/null
pushd './ffmpeg-build'
make --jobs 1>/dev/null
Expand Down

0 comments on commit aaa5497

Please sign in to comment.