-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename rusty.yml to cbuild.yml
- Loading branch information
Showing
2 changed files
with
22 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.