mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: correct cache paths
This commit is contained in:
5
.github/workflows/linux-pipeline.yml
vendored
5
.github/workflows/linux-pipeline.yml
vendored
@@ -271,16 +271,13 @@ jobs:
|
||||
|
||||
echo "Downloaded cache is $(du -sh $DEPSHASH.tar | cut -f1)"
|
||||
mkdir temp-cache
|
||||
tar -xf $DEPSHASH.tar -C temp-cache
|
||||
tar -xf $cache_path -C temp-cache
|
||||
echo "Unzipped cache is $(du -sh temp-cache/src | cut -f1)"
|
||||
|
||||
if [ -d "temp-cache/src" ]; then
|
||||
echo "Relocating Cache"
|
||||
rm -rf src
|
||||
mv temp-cache/src src
|
||||
|
||||
echo "Deleting zip file"
|
||||
rm -rf $DEPSHASH.tar
|
||||
fi
|
||||
|
||||
if [ ! -d "src/third_party/blink" ]; then
|
||||
|
||||
Reference in New Issue
Block a user