mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
@@ -34,4 +34,4 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls /opt/hostedtoolcache/sccache/0.3.3/x64/ -lh
|
ls /opt/hostedtoolcache/sccache/0.3.3/x64/ -lh
|
||||||
${SCCACHE_PATH} --stat
|
${SCCACHE_PATH} --show-stats
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ import {
|
|||||||
extractZip,
|
extractZip,
|
||||||
cacheDir
|
cacheDir
|
||||||
} from '@actions/tool-cache';
|
} from '@actions/tool-cache';
|
||||||
import {exec} from 'child_process';
|
|
||||||
import * as fs from 'fs';
|
|
||||||
import {promisify} from 'util';
|
|
||||||
|
|
||||||
async function setup() {
|
async function setup() {
|
||||||
// TODO: we can support install latest version by default if version
|
// TODO: we can support install latest version by default if version
|
||||||
|
|||||||
Reference in New Issue
Block a user