Update .gitea/workflows/action.yaml
All checks were successful
Test build / deploy (push) Successful in 16s

This commit is contained in:
Sateallia 2024-08-11 23:50:53 +03:00
parent 2e7d31a9f2
commit 7a64cb0e2a

View File

@ -1,4 +1,4 @@
name: Test build ${{ vars.NAME_PROJECT }}
name: Test build
run-name: ${{ gitea.actor }} is building ${{ gitea.repository }}
on: [push]
@ -8,5 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Try building ${{ vars.NAME_PROJECT }}
- name: Try building
run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }}