test env.
All checks were successful
Deploy Applications / Build (push) Successful in 5s

This commit is contained in:
amass 2024-06-30 18:20:01 +08:00
parent 4345788e8b
commit d5d245f0f3

View File

@ -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() }}