This commit is contained in:
parent
f07d621dac
commit
28bb6a8395
2 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue