Skip to content

Commit

Permalink
Update github build
Browse files Browse the repository at this point in the history
  • Loading branch information
melton1968 committed Jun 1, 2023
1 parent b525969 commit 9f9548c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
uses: actions/checkout@v2
with:
repository: cpp-core/sort
path: mp
submodules: recursive
path: sort

- name: Build and run the tests
run: |
export CC=clang-15
export CXX=clang++-15
mkdir -p mp/build && pushd mp/build
mkdir -p sort/build && pushd sort/build
cmake -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/opt ..
make sort1
make && make check
popd

0 comments on commit 9f9548c

Please sign in to comment.