Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsdk123 committed Jul 3, 2020
1 parent 2ac1862 commit c6ce4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Dependencies
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo "::add-path::${{ github.workspace }}\depot_tools"
export PATH=$PATH:${{ github.workspace }}/depot_tools
echo $PATH
- name: Configure
run: |
mkdir angle\out
Expand Down

0 comments on commit c6ce4f0

Please sign in to comment.