From 5d8046a9aea1a5be213fc44357577d9ab08627a7 Mon Sep 17 00:00:00 2001 From: Srikanth Kotagiri Date: Mon, 8 Jul 2024 14:50:54 +0000 Subject: [PATCH] GIT --- .github/workflows/prebuild.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 31790ff..bb424f1 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -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: