Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Another try.
  • Loading branch information
The9Cat authored Oct 15, 2024
1 parent ac91538 commit cdcab97
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
c_compiler: [gcc, clang]
cpp_compiler: [g++, clang++]
include:
- c_compiler: gcc
cpp_compiler: g++
- c_compiler: clang
cpp_compiler: clang++
- cc: gcc
cxx: g++
- cc: clang
cxx: clang++

name: "Test pyEXP Build"
runs-on: ${{ matrix.os }}
Expand All @@ -44,6 +42,7 @@ jobs:
if: runner.os == 'Linux'
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
working-directory: ./build
run: >-
cmake
Expand Down

0 comments on commit cdcab97

Please sign in to comment.