Skip to content

Commit

Permalink
fix linux build #985
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 17, 2022
1 parent 15750d1 commit a380de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: yarn download-ffmpeg-windows

- name: Download ffmpeg for Linux
if: startsWith(matrix.os, 'linux')
if: startsWith(matrix.os, 'ubuntu')
run: yarn download-ffmpeg-linux

- name: Build/release Electron app
Expand Down

0 comments on commit a380de7

Please sign in to comment.