.
Some checks failed
Build and Deploy artifact / build (push) Failing after 0s

This commit is contained in:
kento2 2026-08-05 11:11:26 +02:00
parent f07d621dac
commit 28bb6a8395
2 changed files with 10 additions and 5 deletions

View file

@ -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
--noremote_cache_async