Skip to content

Commit

Permalink
ci(test): install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 11, 2024
1 parent b7ed7f7 commit 05fc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install basic requirements
run: |
apt-get update
apt-get install -y git curl unzip
apt-get install -y git curl unzip clang
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 05fc9ce

Please sign in to comment.