Skip to content

Commit

Permalink
ci: Replace install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 7, 2024
1 parent 934a3d4 commit 3102c76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: latest
platform: x64
version: "10.0"

- name: Setup cmake
uses: jwlawson/[email protected]
Expand Down

0 comments on commit 3102c76

Please sign in to comment.