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.
1 parent a0182f8 commit 943c4d7Copy full SHA for 943c4d7
.github/workflows/prebuild.yml
@@ -5,18 +5,18 @@ jobs:
5
linux-package:
6
runs-on: ubuntu-latest
7
container:
8
- image: node:16.20.2-bookworm-slim
+ image: node:16.20.2-bookworm
9
steps:
10
- - uses: actions/checkout@v2
11
- with:
12
- lfs: true
13
-
14
- name: install Linux dependencies
15
run: |
16
apt-get update
17
- apt-get install -y build-essential pkg-config libtool python3 python-is-python3
+ apt-get install -y build-essential git pkg-config libtool python3 python-is-python3
18
apt-get install -y libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
19
+ - uses: actions/checkout@v2
+ with:
+ lfs: true
+
20
- name: npm install
21
run: npm install
22
env:
0 commit comments