Skip to content

Commit

Permalink
Add env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Oct 21, 2023
1 parent 3a88875 commit b919df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Set env
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
- name: Install taplo
uses: baptiste0928/cargo-install@v2
with:
Expand Down

0 comments on commit b919df2

Please sign in to comment.