Skip to content

Commit 6e40505

Browse files
authored
Update apt repository before installing packages
1 parent 996e5ac commit 6e40505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- name: Download ffmpeg, zip
9-
run: sudo apt-get install -y ffmpeg zip
9+
run: sudo apt-get update && sudo apt-get install -y ffmpeg zip
1010
- name: Create music objects
1111
run: node build.mjs --verbose
1212
- name: Upload artifacts

0 commit comments

Comments
 (0)