diff --git a/.gitea/workflows/build-engine.yaml b/.gitea/workflows/build-engine.yaml index ba01bf700c0..ff522790cb2 100644 --- a/.gitea/workflows/build-engine.yaml +++ b/.gitea/workflows/build-engine.yaml @@ -17,7 +17,9 @@ jobs: container: image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-windows:a162ed2 - options: "--dns 8.8.8.8 -v /mnt/wsl_scons_cache:/root/.scons_cache" + options: "--dns 8.8.8.8" + volumes: + - scons-cache-vol:/root/.scons_cache steps: - name: Checkout Source @@ -62,8 +64,9 @@ jobs: runs-on: cpp container: - image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-linux:a162ed2 - options: "-v /mnt/wsl_scons_cache:/root/.scons_cache" + image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-linux:a162ed2 + volumes: + - scons-cache-vol:/root/.scons_cache steps: - name: Checkout Source