diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 62a2e3e..fc78cf5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,10 +6,10 @@ jobs: Explore-Gitea-Actions: runs-on: ps_runner_labels image: catthehacker/ubuntu:act-latest - # volumes: - # - ubuntu_hostedtoolcache:/opt/hostedtoolcache - env: - RUNNER_TOOL_CACHE: /toolcache + volumes: + - ubuntu_hostedtoolcache:/opt/hostedtoolcache + # env: + # RUNNER_TOOL_CACHE: /toolcache steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"