Skip to content

Commit

Permalink
GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Srikanth Kotagiri committed Jul 8, 2024
1 parent 02e3274 commit 5d8046a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
container:
image: ubuntu:24.04
steps:
- uses: actions/checkout@v2
with:
lfs: true

- name: check Linux dependencies
shell: bash
run: |
apt update
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
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y python3-setuptools build-essential
- uses: actions/checkout@v2
with:
lfs: true

- name: npm install
run: npm install
env:
Expand Down

0 comments on commit 5d8046a

Please sign in to comment.