1
0
This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 17:01:19 +03:00
parent 2d962fc713
commit 32d822772a

View File

@ -6,6 +6,9 @@ jobs:
build:
runs-on: debian-latest
steps:
- name: Set up env
run: apt update
run: apt install -y gcc
- name: Build funtions
run: gcc -c f.c
- name: Build core