Skip to content

Commit

Permalink
dont hardcode these commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Oct 1, 2024
1 parent ce338d5 commit 52b2404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Install LLVM
run: |
curl -fsSL https://apt.llvm.org/llvm.sh | sudo bash -s -- ${{ env.LLVM_VERSION_MAJOR }} all
- run: ls -l /usr/lib/llvm-18/bin/
- run: echo "/usr/lib/llvm-18/bin/" >> $GITHUB_PATH
- run: ls -l /usr/lib/llvm-${LLVM_VERSION_MAJOR}/bin/
- run: echo "/usr/lib/llvm-${LLVM_VERSION_MAJOR}/bin/" >> $GITHUB_PATH
- name: Clang Format Version
env:
ENABLE_CCACHE: OFF
Expand Down

0 comments on commit 52b2404

Please sign in to comment.