This commit is contained in:
parent
d088f7f543
commit
4345788e8b
@ -9,9 +9,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: cmake --build build --target all
|
||||
- run: cmake -S . -B build --target all
|
||||
- run: build/Bilby
|
||||
- name: Send success notification
|
||||
- name: Notify
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
echo "仓库名: ${{ github.repository }}" >> notify.tpl
|
||||
|
Loading…
Reference in New Issue
Block a user