Skip to content

Commit

Permalink
llvm install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-fadli-netatmo committed Nov 10, 2024
1 parent 04ec20e commit 516cc73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
configure:
runs-on: ubuntu-latest
container:
image: danger89/cmake:latest
image: zakaria1193/cpp-cmake-llvm
steps:
- uses: actions/checkout@v3

- name: Configure CMake
run: make configure

Expand Down
4 changes: 3 additions & 1 deletion first_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ apt-get update

apt-get install -y $PACKAGES

apt install lsb-release wget software-properties-common gnupg -y

# Install LLVM
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
yes | sudo ./llvm.sh 17 all
yes | ./llvm.sh 17 all

0 comments on commit 516cc73

Please sign in to comment.