File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments