Skip to content

Commit 943c4d7

Browse files
Adding git
1 parent a0182f8 commit 943c4d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/prebuild.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ jobs:
55
linux-package:
66
runs-on: ubuntu-latest
77
container:
8-
image: node:16.20.2-bookworm-slim
8+
image: node:16.20.2-bookworm
99
steps:
10-
- uses: actions/checkout@v2
11-
with:
12-
lfs: true
13-
1410
- name: install Linux dependencies
1511
run: |
1612
apt-get update
17-
apt-get install -y build-essential pkg-config libtool python3 python-is-python3
13+
apt-get install -y build-essential git pkg-config libtool python3 python-is-python3
1814
apt-get install -y libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
1915
16+
- uses: actions/checkout@v2
17+
with:
18+
lfs: true
19+
2020
- name: npm install
2121
run: npm install
2222
env:

0 commit comments

Comments
 (0)