Skip to content

Commit

Permalink
Fix clang package install
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro-mips committed Oct 16, 2024
1 parent db2aff0 commit 81e7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Clang
run: |
sudo apt-get -y install clang lld llvm
if: ${{ matrix.compilers.c == 'clang' }}
if: ${{ matrix.compiler == 'clang' }}

- name: Create Build Directory
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit 81e7050

Please sign in to comment.