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 02e3274 commit 5d8046aCopy full SHA for 5d8046a
.github/workflows/prebuild.yml
@@ -7,17 +7,17 @@ jobs:
7
container:
8
image: ubuntu:24.04
9
steps:
10
- - uses: actions/checkout@v2
11
- with:
12
- lfs: true
13
-
14
- name: check Linux dependencies
15
shell: bash
16
run: |
17
apt update
18
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y libxcb1 unzip nodejs curl nodejs npm
+ DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git libxcb1 unzip nodejs curl nodejs npm
19
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y python3-setuptools build-essential
20
+ - uses: actions/checkout@v2
+ with:
+ lfs: true
+
21
- name: npm install
22
run: npm install
23
env:
0 commit comments