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

This commit is contained in:
EthanPisani 2025-02-19 00:57:34 -05:00
parent 19621c4e3b
commit 35a5c8b2a8

View File

@ -36,9 +36,9 @@ jobs:
- name: Add Current User to Docker Group
run: |
sudo usermod -aG docker $USER
newgrp docker
shell: bash
sudo usermod -aG docker $(whoami)
sudo systemctl restart docker
- name: Cache Unity Library (Speeds up builds)
uses: actions/cache@v3