1
0

update workflow
All checks were successful
Build / build-debian (push) Successful in 0s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 18:27:29 +03:00
parent 401e2a3dde
commit 5b1c57a02a

View File

@ -3,21 +3,14 @@ run-name: build
on: [push]
jobs:
build:
build-debian:
runs-on: debian-prepared
container:
image: debian-prepared:latest
steps:
- run: pwd
- run: echo "${{ gitea.workspace }}"
- run: apt update
- run: apt install -y git
- run: git init
- run: git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
- run: git fetch
- run: git checkout master
- run: ls -lh
- run: apt install -y gcc
- name: Build funtions
run: gcc -c f.c
- name: Build core