Skip to content

Commit 5d8046a

Browse files
author
Srikanth Kotagiri
committed
GIT
1 parent 02e3274 commit 5d8046a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/prebuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
container:
88
image: ubuntu:24.04
99
steps:
10-
- uses: actions/checkout@v2
11-
with:
12-
lfs: true
13-
1410
- name: check Linux dependencies
1511
shell: bash
1612
run: |
1713
apt update
18-
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y libxcb1 unzip nodejs curl nodejs npm
14+
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git libxcb1 unzip nodejs curl nodejs npm
1915
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y python3-setuptools build-essential
2016
17+
- uses: actions/checkout@v2
18+
with:
19+
lfs: true
20+
2121
- name: npm install
2222
run: npm install
2323
env:

0 commit comments

Comments
 (0)