diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-04-10 10:54:29 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-04-10 10:54:29 +0000 |
commit | 30c9b10c4ea7c5a8b0d25459fc7df0db00484790 (patch) | |
tree | 14f33224b6228081b69e3988623de5178d388a84 /.github/workflows/cmake.yml | |
parent | github actions fix (diff) | |
download | cgrep-30c9b10c4ea7c5a8b0d25459fc7df0db00484790.tar.gz cgrep-30c9b10c4ea7c5a8b0d25459fc7df0db00484790.zip |
gh actions fix
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2a3eb22..c52a2ce 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Get LLVM - run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update -y && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh ${{matrix.version}} && sudo apt-get install -y clang-${{matrix.version}} llvm-${{matrix.version}}-dev libclang-common-${{matrix.version}}-dev libclang-${{matrix.version}}-dev && git submodule init && git submodule update + run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update -y && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh ${{matrix.version}} -n jammy && sudo apt-get install -y clang-${{matrix.version}} llvm-${{matrix.version}}-dev libclang-common-${{matrix.version}}-dev libclang-${{matrix.version}}-dev && git submodule init && git submodule update - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. |