install git lfs
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 43m24s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 43m44s

This commit is contained in:
EthanPisani 2025-02-18 17:41:29 -05:00
parent 80fe76c643
commit f27b16bbe5

View File

@ -18,7 +18,8 @@ jobs:
- name: Update APT and Install Curl
run: |
apt-get update
apt-get install -y curl
apt-get install -y curl git-lfs
git lfs install
- name: Manually Install Node.js and Dependencies
run: |