Skip to content

Commit

Permalink
CI: use pre-installed clang
Browse files Browse the repository at this point in the history
  • Loading branch information
edilson258 committed Jun 18, 2024
1 parent d25cc90 commit 3ebfe5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Clang
run: |
apt-get update
apt-get upgrade
apt-get install -y clang
- name: Configure Cmake
run: |
mkdir build
Expand Down

0 comments on commit 3ebfe5d

Please sign in to comment.