activity6 #1

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

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: