We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt-get update
1 parent d246223 commit 03ddbfcCopy full SHA for 03ddbfc
.github/workflows/3ds.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install dependencies
35
run: |
36
- apt-get install -y --no-install-recommends --no-install-suggests \
+ apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \
37
ffmpeg
38
39
- name: Get external dependencies
0 commit comments