Skip to content

Commit

Permalink
remove pre-built ffmpeg and vulkan libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Feb 11, 2022
1 parent 71ad10b commit e9ae4ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tarball.yml
Expand Up @@ -24,6 +24,8 @@ jobs:
mkdir -p /tmp/$PKGNAME
mv * /tmp/$PKGNAME
mv /tmp/$PKGNAME .
find ffmpeg -name '*.a' -delete
find ext -name '*.dylib' -delete
TARBALL=$PKGNAME.tar.xz
tar cJf $TARBALL $PKGNAME
echo "::set-output name=tarball::$TARBALL"
Expand Down

0 comments on commit e9ae4ac

Please sign in to comment.