Skip to content

Commit

Permalink
fixup! ci: add clang setup to test
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Feb 5, 2024
1 parent f3aa2ca commit 514b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
sudo apt-get install gperf build-essential bison flex libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev
- name: Setup Clang
if: runner.os == Linux
if: runner.os == 'Linux'
shell: bash
run: |
wget https://apt.llvm.org/llvm-snapshot.gpg.key
Expand Down

0 comments on commit 514b693

Please sign in to comment.