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 - name: Add Current User to Docker Group
run: | run: |
sudo usermod -aG docker $USER sudo usermod -aG docker $(whoami)
newgrp docker sudo systemctl restart docker
shell: bash
- name: Cache Unity Library (Speeds up builds) - name: Cache Unity Library (Speeds up builds)
uses: actions/cache@v3 uses: actions/cache@v3