Skip to content

Commit

Permalink
fix depot_tools on macOS Catalina by upgrading it to 23247b9 (denolan…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmoritz authored and ry committed Dec 4, 2019
1 parent 3293725 commit 214b3eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:
python-version: "2.7.16"
architecture: x64

- name: Remove unused versions of Python
if: startsWith(matrix.os, 'windows')
run: |-
$env:PATH -split ";" |
Where-Object { Test-Path "$_\python.exe" } |
Select-Object -Skip 1 |
ForEach-Object { Move-Item "$_" "$_.disabled" }
- name: Environment (common)
run: |
echo ::set-env name=GH_ACTIONS::1
Expand Down
2 changes: 1 addition & 1 deletion third_party
Submodule third_party updated 199 files
2 changes: 1 addition & 1 deletion tools/gclient_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
'url':
'https://chromium.googlesource.com/chromium/tools/depot_tools@efce0d1b7657c440c90f0f4bce614b96672b9e0b',
'https://chromium.googlesource.com/chromium/tools/depot_tools@23247b99321549c24e62ad45200409419423695d',
'name':
'depot_tools'
},
Expand Down

0 comments on commit 214b3eb

Please sign in to comment.