no sudo
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m18s
godot-ci export / Linux Export (push) Successful in 1m16s
godot-ci export / Steam Publish (push) Failing after 4s

This commit is contained in:
2025-07-06 09:29:18 -07:00
parent 5fc4a754c9
commit 6c81662e97

View File

@ -93,10 +93,10 @@ jobs:
# Need to install nodejs and git, and initalize git lfs for checkout
- name: Install node.js and git
run: |
sudo apt-get update
sudo apt-get install -y curl
apt-get update
apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
sudo apt-get install -y nodejs git git-lfs
apt-get install -y nodejs git git-lfs
git lfs install
- name: Checkout
uses: https://gitea.com/actions/checkout@v4