Skip to content

Commit 727e170

Browse files
ci
1 parent 620234c commit 727e170

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626

2727
- name: apt
2828
if: runner.os == 'Linux'
29-
run: sudo apt-get install vorbis-tools flac
29+
run: |
30+
sudo apt update
31+
sudo apt install vorbis-tools flac
3032
3133
- name: scoop
3234
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)