Skip to content

Commit

Permalink
Install Clang in Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Feb 4, 2022
1 parent c898bfd commit 7518660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
submodules: recursive

- name: Install Clang
run: |
sudo apt update
sudo apt install clang
- name: Build
run: ./build.sh

Expand Down

0 comments on commit 7518660

Please sign in to comment.