zad 3 fix
All checks were successful
First CI / build (push) Successful in 10s

This commit is contained in:
JakubLaptop 2024-11-26 13:59:04 +01:00
parent 7b65da3c4b
commit 73f95e6109

View File

@ -2,14 +2,14 @@ name: First CI
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: build using gcc - name: Build using gcc
run: gcc -Wall -Werror main.c run: gcc -Wall -Werror main.c -o program
- name: Archive production artifacts - name: Archive production artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: program name: program
path: program path: program