Skip to content

Commit

Permalink
change back to exporting to github_env
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Oct 1, 2024
1 parent 8029f44 commit cd940fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install depot_tools
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=$PATH:${{ github.workspace }}/depot_tools
echo "export PATH=$PATH:${{ github.workspace }}/depot_tools" >> $GITHUB_ENV
- name: Cache CMake build
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install depot_tools
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=$PATH:${{ github.workspace }}/depot_tools
echo "export PATH=$PATH:${{ github.workspace }}/depot_tools" >> $GITHUB_ENV
- name: Cache CMake build
uses: actions/cache@v3
Expand Down

0 comments on commit cd940fc

Please sign in to comment.