diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index 0882c61..0476e4b 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -11,11 +11,16 @@ jobs: steps: - uses: actions/checkout@v7 - id: build + uses: actions/cache@v6 + with: + path: /var/cache/bazel + key: bazel env: CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }} CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }} run: | bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ + --repository_cache=/var/cache/bazel \ --remote_upload_local_results \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ - --noremote_cache_async \ No newline at end of file + --noremote_cache_async diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eb55bca..33137a8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -40,9 +40,9 @@ - + + - \ No newline at end of file