Skip to content

Commit

Permalink
Check if Clang-17 is still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Jul 27, 2023
1 parent ea29b6e commit 6ea3972
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install LLVM
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 17
# - name: Install LLVM
# run: |
# wget https://apt.llvm.org/llvm.sh
# chmod +x llvm.sh
# sudo ./llvm.sh 17
- name: Install dependencies
run: sudo apt-get install -y libncurses5 llvm-dev valgrind inotify-tools
run: sudo apt-get install -y clang lld valgrind inotify-tools
- name: Run test
run: ./run test_e2e
# - name: Debug with tmate on failure
Expand Down

0 comments on commit 6ea3972

Please sign in to comment.