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