mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-04 19:45:19 +02:00
20f02db5f5
* Move Cargo.toml for exercises to exercises directory. * Create a workspace with both exercises and i18n-helpers. * Build in CI as well as testing. * Binaries must have a main function. * No need for workspaces configuration for caching anymore.
10 lines
171 B
YAML
10 lines
171 B
YAML
name: Setup Rust cache
|
|
|
|
description: Configure the rust-cache workflow.
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Setup Rust cache
|
|
uses: Swatinem/rust-cache@v2
|