Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Oct 23, 2023
1 parent b919df2 commit fb10406
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ 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: Set clang env
run: |
echo "current clang path" ${LIBCLANG_PATH}
echo "clang version" $(clang --version)
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 fb10406

Please sign in to comment.