This commit is contained in:
parent
4345788e8b
commit
d5d245f0f3
@ -9,7 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: cmake -S . -B build --target all
|
||||
- run: cmake -S . -B build
|
||||
- run: cmake --build build --target all
|
||||
- run: build/Bilby
|
||||
- name: Notify
|
||||
if: ${{ always() }}
|
||||
|
Loading…
Reference in New Issue
Block a user