Skip to content

Commit 2ab5392

Browse files
committed
infra: move more res to cache in release pipeline
1 parent 9eeb892 commit 2ab5392

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "packages/devtools-frontend-lynx/buildtools/depot_tools" --depth=1
4141
fi
4242
43+
- name: Add depot_tools to PATH (Linux)
44+
shell: bash
45+
run: echo "${{ github.workspace }}/packages/devtools-frontend-lynx/buildtools/depot_tools" >> $GITHUB_PATH
46+
4347
# Restore caches for third-party resources (Node/mac, clang-format/mac, Chromium/mac)
4448
- name: Restore Node (mac) cache
4549
id: cache-node-mac-linux
@@ -74,7 +78,7 @@ jobs:
7478
working-directory: packages/devtools-frontend-lynx
7579
run: |
7680
set -euo pipefail
77-
python3 third_party/depot_tools/download_from_google_storage.py \
81+
python3 buildtools/depot_tools/download_from_google_storage.py \
7882
--no_resume --extract --no_auth \
7983
--bucket chromium-nodejs/14.15.4 \
8084
-s third_party/node/mac/node-darwin-x64.tar.gz.sha1
@@ -84,7 +88,7 @@ jobs:
8488
working-directory: packages/devtools-frontend-lynx
8589
run: |
8690
set -euo pipefail
87-
python3 third_party/depot_tools/download_from_google_storage.py \
91+
python3 buildtools/depot_tools/download_from_google_storage.py \
8892
--no_resume --no_auth \
8993
--bucket chromium-clang-format \
9094
-s buildtools/mac/clang-format.sha1

0 commit comments

Comments
 (0)