mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
15 lines
260 B
YAML
15 lines
260 B
YAML
---
|
|
name: "Sccache Action"
|
|
description: "Setup sccache action"
|
|
author: "mozilla"
|
|
inputs:
|
|
version:
|
|
description: "The installed sccache version."
|
|
required: true
|
|
runs:
|
|
using: "node16"
|
|
main: "dist/index.js"
|
|
branding:
|
|
icon: "star"
|
|
color: "orange"
|