Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 16, 2024
1 parent 27ed623 commit f4344b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ jobs:
ls $(brew --prefix pcre2)
ls $(brew --prefix zlib)
echo "C_INCLUDE_PATH=$(brew --prefix zlib)/include:$(brew --prefix pcre2)/include:$(brew --prefix mbedtls)/include" >> $GITHUB_ENV
echo "LIBRARY_PATH=$(brew --prefix zlib)/lib:$(brew --prefix pcre2)/lib:$(brew --prefix mbedtls)/lib" >> $GITHUB_ENV
echo "C_INCLUDE_PATH=$(brew --prefix zlib)/include:$(brew --prefix)/include" >> $GITHUB_ENV
echo "LIBRARY_PATH=$(brew --prefix zlib)/lib:$(brew --prefix)/lib" >> $GITHUB_ENV
- name: Print Neko version
run: neko -version 2>&1
Expand Down

0 comments on commit f4344b6

Please sign in to comment.