mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00: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"
|