Skip to content

Commit b29c8ac

Browse files
committed
removing ffmpeg caching
1 parent f246844 commit b29c8ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/noise_processing.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
pip install -r ambient_sound_analysis/requirements_noise.txt
2929
3030
31-
# - name: Install ffmpeg
32-
# run: |
33-
# sudo apt-get update
34-
# sudo apt-get install ffmpeg
31+
- name: Install ffmpeg
32+
run: |
33+
sudo apt-get update
34+
sudo apt-get install ffmpeg
3535
36-
- uses: awalsh128/cache-apt-pkgs-action@latest
37-
with:
38-
packages: ffmpeg
36+
#- uses: awalsh128/cache-apt-pkgs-action@latest
37+
# with:
38+
# packages: ffmpeg
3939

4040
- name: Create plots
4141
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)