activity6 #1

Merged
EthanPisani merged 78 commits from activity6 into main 2025-04-12 14:58:57 -04:00
Showing only changes of commit 35a5c8b2a8 - Show all commits

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