Update .gitea/workflows/build.yml
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 12s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 11s

This commit is contained in:
EthanPisani 2025-02-18 17:26:08 -05:00
parent 858baeb3e8
commit 80fe76c643

View File

@ -25,8 +25,6 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
node -v
npm -v
npm install
- uses: actions/checkout@v4
with: