test5
This commit is contained in:
parent
2d962fc713
commit
32d822772a
@ -6,6 +6,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up env
|
||||||
|
run: apt update
|
||||||
|
run: apt install -y gcc
|
||||||
- name: Build funtions
|
- name: Build funtions
|
||||||
run: gcc -c f.c
|
run: gcc -c f.c
|
||||||
- name: Build core
|
- name: Build core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user