Skip to content

Commit

Permalink
Fix GitHub action ffmpeg (#809)
Browse files Browse the repository at this point in the history
fix?
  • Loading branch information
pengzhenghao authored Feb 2, 2025
1 parent 5e27400 commit 4824e70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,6 @@ jobs:
# Target architecture of the ffmpeg executable to install. Defaults to the
# system architecture. Only x64 and arm64 are supported (arm64 only on Linux).
architecture: ''
# Linking type of the binaries. Use "shared" to download shared binaries and
# "static" for statically linked ones. Shared builds are currently only available
# for windows releases. Defaults to "static"
linking-type: static
# As of version 3 of this action, builds are no longer downloaded from GitHub
# except on Windows: https://github.com/GyanD/codexffmpeg/releases.
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
Expand Down

0 comments on commit 4824e70

Please sign in to comment.