Update .gitea/workflows/docker-test.yml
Some checks failed
Docker Test / test (push) Failing after 1s

This commit is contained in:
monheim 2025-04-20 23:19:34 +02:00
parent b952445d01
commit 395a624c1e

View File

@ -11,6 +11,7 @@ jobs:
-v C:\toolcache:C:\toolcache # Windows-style volume mount -v C:\toolcache:C:\toolcache # Windows-style volume mount
env: env:
RUNNER_TOOL_CACHE: C:\toolcache # Override Linux default path RUNNER_TOOL_CACHE: C:\toolcache # Override Linux default path
ACTIONS_RUNNER_REQUIRE_LINUX: "false" # Disable Linux-specific behavior
steps: steps:
- name: Test Docker - name: Test Docker
run: | run: |