Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XChy committed Aug 5, 2023
1 parent 04a988d commit 6af173d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install LLVM
run: |
sudo apt install llvm-15
run: |
sudo apt purge llvm
sudo apt purge llvm-12
sudo apt install llvm-15
- name: CMake Configure
run: cmake .
- name: Build
Expand Down

0 comments on commit 6af173d

Please sign in to comment.