Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proh14 authored Oct 12, 2024
1 parent 1f67b45 commit cf2dd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout code
- uses: actions/checkout@v4

- name: make
run: make
- run: make

0 comments on commit cf2dd86

Please sign in to comment.