Skip to content

Commit

Permalink
ok that doesnt work for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmoody committed Jul 30, 2024
1 parent 67054f4 commit d4802bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "18.1.4"
directory: ${{ runner.temp }}/llvm

# - name: Install Clang
# run: |
# sudo apt update
# sudo apt install clang-18
# uses: KyleMayes/install-llvm-action@v2.0.3
# with:
# version: "18.1.4"
# directory: ${{ runner.temp }}/llvm

- name: Install Clang
run: |
sudo apt update
sudo apt install clang
- name: Install GCC
run: |
Expand Down

0 comments on commit d4802bb

Please sign in to comment.