This commit is contained in:
parent
21a75b12f2
commit
18e891d369
@ -5,5 +5,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello, world"
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
run: gcc -Wall -Werror main.c
|
5
.gitea/workflows/main.c
Normal file
5
.gitea/workflows/main.c
Normal file
@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
printf("Halo, Welt!");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user