cargo build caching
Some checks failed
Build / Build (push) Has been cancelled

This commit is contained in:
Silas Bartha 2025-03-16 20:28:01 -04:00
parent 14b99480df
commit 0883e21250
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -3,6 +3,8 @@ on: [push]
jobs: jobs:
Build: Build:
env:
RUNNER_TOOL_CACHE: /toolcache
container: rust:alpine container: rust:alpine
steps: steps:
- name: Install node - name: Install node