test env.
Some checks failed
Deploy Applications / Build (push) Failing after 5s

This commit is contained in:
amass 2024-06-30 18:18:45 +08:00
parent d088f7f543
commit 4345788e8b

View File

@ -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