Skip to content

Commit

Permalink
Change to a different name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 13, 2023
1 parent 7452823 commit 2c9f238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- main
workflow_dispatch:

build_commands: &build_commands |
c: &build_commands |
source ${{ matrix.release }}/setup.sh
mkdir build
cd build
cmake .. -DCMAKE_CXX_STANDARD=17 -DCMAKE_INSTALL_PREFIX=../install -G Ninja
ninja install
ctest -j $(nproc) --output-on-failure

build_strategy: &build_strategy
s: &build_strategy
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2c9f238

Please sign in to comment.