Skip to content

Commit

Permalink
build(ci): added CLang installation in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sisypheus-dev committed Apr 25, 2024
1 parent ff20e6b commit b7ab524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true

- name: Install CLang
uses: KyleMayes/install-llvm-action@v2
with:
version: "17.0"

- uses: xmake-io/github-action-setup-xmake@v1
with:
Expand Down

0 comments on commit b7ab524

Please sign in to comment.