Skip to content

Commit

Permalink
Try KyleMayes/install-llvm-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Jul 27, 2023
1 parent e272145 commit 4b94ad2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install LLVM
run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
# wget https://apt.llvm.org/llvm.sh
# chmod +x llvm.sh
# sudo ./llvm.sh 17
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
- name: Install dependencies
run: sudo apt-get install -y valgrind inotify-tools
- name: Run test
Expand Down

0 comments on commit 4b94ad2

Please sign in to comment.