Skip to content

Commit

Permalink
Update and rename rusty.yml to cbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silas-wr authored Jun 21, 2024
1 parent 7f10297 commit b3a7040
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/cbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: C Project Build

on:
workflow_dispatch:

jobs:
build_c:
name: build c project
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build Our Project
run: |
gcc crate/main.c -o crate/crate.out
- name: Commit Project
uses: EndBug/add-and-commit@v9.1.4
with:
author_name: Silas Wrinker
author_email: alcosojr79@gmail.com
message: Built project
25 changes: 0 additions & 25 deletions .github/workflows/rusty.yml

This file was deleted.

0 comments on commit b3a7040

Please sign in to comment.