Skip to content

Commit

Permalink
try github_path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Oct 1, 2024
1 parent cc786f1 commit 130ee8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install depot_tools
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo "/Users/runner/work/ThetaLang/ThetaLang/depot_tools" >> $GITHUB_PATH
echo "export PATH=$PATH:${{ github.workspace }}/depot_tools" >> $GITHUB_ENV
- name: Cache CMake build
Expand Down

0 comments on commit 130ee8a

Please sign in to comment.