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