actions: try fix GITHUB_PATH

This commit is contained in:
Emil J. Tywoniak 2024-07-24 19:50:34 +02:00
parent ad47844bbf
commit 29d53bc94a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ runs:
shell: bash
run: |
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
echo "$(brew --prefix llvm)/bin" >> $GITHUB_PATH
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV