1
0

test6
Some checks failed
Build / build (push) Failing after 2m19s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 17:02:48 +03:00
parent 32d822772a
commit 2fcefcecef

View File

@ -6,9 +6,8 @@ jobs:
build: build:
runs-on: debian-latest runs-on: debian-latest
steps: steps:
- name: Set up env - run: apt update
run: apt update - run: apt install -y gcc
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