Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 4, 2023
1 parent a7a5f11 commit 041cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: ./v8

- name: Checkout depot_tools repo
run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git && cd depot_tools && git checkout b0a190348a740cb063eb98ba6eb9d18ccd573ae7
run: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git && cd depot_tools && git -c advice.detachedHead=false checkout b0a190348a740cb063eb98ba6eb9d18ccd573ae7

- name: Add depot_tools to PATH!
run: echo "${{ github.workspace }}/depot_tools" >> $GITHUB_PATH
Expand Down

0 comments on commit 041cd26

Please sign in to comment.