summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangqing Jing <changqing.jing@bmw.com>2023-02-25 02:11:19 +0800
committerGitHub <noreply@github.com>2023-02-24 10:11:19 -0800
commitd21fb738ff9bdcbbd98b757973d78b188621f11e (patch)
tree530e25869389c9eeb132c7bf91e5b691c5c01e40
parent538506919a3d87708f749563b65c32864302f9ca (diff)
downloadbinaryen-d21fb738ff9bdcbbd98b757973d78b188621f11e.tar.gz
binaryen-d21fb738ff9bdcbbd98b757973d78b188621f11e.tar.bz2
binaryen-d21fb738ff9bdcbbd98b757973d78b188621f11e.zip
Remove unnecessary LLVM path addition in CI (#5520)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ade6d97b5..067a9e62d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,8 +26,6 @@ jobs:
run: |
sudo pip3 install -r requirements-dev.txt
sudo apt-get install clang-format clang-tidy
- - name: update path
- run: echo "PATH=$PATH:/usr/lib/llvm-8/bin" >> $GITHUB_ENV
- run: flake8
- run: ./scripts/clang-format-diff.sh
- name: clang-tidy