add user to docker group
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 3m55s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 3m53s

This commit is contained in:
EthanPisani 2025-02-19 00:51:31 -05:00
parent a5d7824d5b
commit 19621c4e3b

View File

@ -34,6 +34,12 @@ jobs:
fetch-depth: 0
lfs: true
- name: Add Current User to Docker Group
run: |
sudo usermod -aG docker $USER
newgrp docker
shell: bash
- name: Cache Unity Library (Speeds up builds)
uses: actions/cache@v3
with: