Skip to content

Commit

Permalink
Prospective build fix for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Aug 21, 2024
1 parent 25a4fc0 commit 3b77daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
espup install
rustup default esp
- name: add esp toolchains to PATH
if: runner.os == 'Linux'
if: runner.os != 'Windows'
run: |
source "$HOME/export-esp.sh"
echo "$PATH" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 3b77daa

Please sign in to comment.