Skip to content

Commit

Permalink
Uhh... try different quotes around PATH?
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 30, 2024
1 parent 8cd2e03 commit 95f063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
libpng \
meson \
ninja
echo 'PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> $GITHUB_ENV
echo "PATH=/opt/homebrew/opt/llvm/bin:$PATH" >> $GITHUB_ENV
- name: Configure and build
run: |
Expand Down

0 comments on commit 95f063c

Please sign in to comment.