Skip to content

Commit

Permalink
fix:Fixed release.yml (#22)
Browse files Browse the repository at this point in the history
* Update to add coreutils

* Add permission
  • Loading branch information
seatedro authored Jan 18, 2025
1 parent 949dad3 commit abbc5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup FFmpeg (macOS)
if: runner.os == 'macOS'
run: brew install ffmpeg pkg-config
run: brew install ffmpeg pkg-config coreutils

- name: Setup FFmpeg (Linux)
if: runner.os == 'Linux'
Expand All @@ -54,6 +54,7 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
permissions: "write-all"
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit abbc5d3

Please sign in to comment.