Use the latest version of sccache if no version is specified (#27)

This commit is contained in:
miles
2023-03-22 18:37:23 +08:00
committed by GitHub
parent af5524e1c3
commit 36cc091a25
7 changed files with 376 additions and 23 deletions
+4 -2
View File
@@ -4,8 +4,10 @@ description: "Setup sccache action"
author: "mozilla"
inputs:
version:
description: "The installed sccache version."
required: true
description: "The installed sccache version. Use the latest version of sccache if not specified."
token:
description: "Used to pull the latest release from sccache. When running this action outside of github.com, you have to pass a personal access token for github.com."
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
runs:
using: "node16"
main: "dist/setup/index.js"