mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-17 19:14:05 +08:00
feat: Implement basic sccache action support
Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
14
action.yml
Normal file
14
action.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user