File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 name : Unreal Engine Tests
248248 # This can't go on e.g. ubuntu-latest because that runner runs out of disk space. ChatGPT suggested that the general solution tends to be to use
249249 # a custom runner.
250- runs-on : spacetimedb-runner
250+ runs-on : ubuntu-latest
251251 container :
252252 image : ghcr.io/epicgames/unreal-engine:dev-5.6
253253 credentials :
@@ -259,7 +259,7 @@ jobs:
259259 password : ${{ secrets.GHCR_TOKEN }}
260260 # Run as root because otherwise we get permission denied for various directories inside the container. I tried doing dances to allow it to run
261261 # without this (reassigning env vars and stuff), but was unable to get it to work and it felt like an uphill battle.
262- options : --user 0:0
262+ # options: --user 0:0
263263 steps :
264264# Uncomment this before merging so that it will run properly if run manually through the GH actions flow. It was playing weird with rolled back
265265# commits though.
You can’t perform that action at this time.
0 commit comments