Add empty line to action.yml

This commit is contained in:
Krystine Sherwin 2024-04-25 09:58:07 +12:00
parent 7d8928af4b
commit 144d3c9601
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ runs:
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV