mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
Fix shell error in build
This commit is contained in:
1
.github/actions/setup-pnpm/action.yml
vendored
1
.github/actions/setup-pnpm/action.yml
vendored
@@ -10,6 +10,7 @@ runs:
|
||||
steps:
|
||||
- name: Install ffmpeg
|
||||
if: runner.os == 'Linux'
|
||||
shell: 'bash'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user