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 5d8046a commit e4c7c59Copy full SHA for e4c7c59
.github/workflows/prebuild.yml
@@ -11,7 +11,7 @@ jobs:
11
shell: bash
12
run: |
13
apt update
14
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git libxcb1 unzip nodejs curl nodejs npm
+ DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git git-lfs libxcb1 unzip nodejs curl nodejs npm
15
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y python3-setuptools build-essential
16
17
- uses: actions/checkout@v2
0 commit comments