Skip to content

Commit

Permalink
use first setup to install all
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-fadli-netatmo committed Nov 10, 2024
1 parent 2302e7a commit 00239d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "17.0"

- name: Install other
run: apt install ninja-build cppcheck
run: ./first_setup.sh

configure:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions first_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ apt-get install -y $PACKAGES
# Install LLVM
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
yes | ./llvm.sh 17

apt-get install clang-tools-20
yes | ./llvm.sh 17 all

0 comments on commit 00239d8

Please sign in to comment.