Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Aug 28, 2023
1 parent 4938b00 commit 382f690
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
cpp: 20
pretty: "LibRapid_Ubuntu_Clang_C++20_BLAS_FFTW_MPFR"

- os: ubuntu-latest
cc: gcc-9
cxx: g++-9
blas: on
fftw: on
mpfr: on
cpp: 23
pretty: "LibRapid_Ubuntu_Clang_C++23_BLAS_FFTW_MPFR"

- os: ubuntu-latest
cc: gcc-10
cxx: g++-10
Expand Down Expand Up @@ -257,13 +248,15 @@ jobs:
with:
submodules: recursive

- name: Install Clang
- name: Install Clang (if needed)
if: matrix.clangVer != null
uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ matrix.clangVer }}
directory: "./llvm"
env: on


- name: Install XCode
if: matrix.os == 'macos-latest'
uses: maxim-lobanov/[email protected]
Expand Down

0 comments on commit 382f690

Please sign in to comment.