Skip to content

Commit 584f322

Browse files
committed
Update to GCC 14.1.0
1 parent dab29f4 commit 584f322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
cmake --build ./ -- --jobs 1>/dev/null
413413
cmake --install ./ --strip 1>/dev/null
414414
415-
chmod 644 "${target}/lib/libav"*
415+
chmod 644 "${target}/lib/libav"* || true
416416
417417
if [[ "${target}" == *'mingw32' ]]; then
418418
zip --recurse-paths -9 "${OUTPUT_DIRECTORY}/${target}.zip" "${target}" 1>/dev/null

0 commit comments

Comments
 (0)