Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik05 authored Jul 29, 2024
1 parent 86b576c commit 5598f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Compiling imgRead.c
- name: Compiling dvcp.c
run: |
gcc imgRead.c -o imgRead_gcc
gcc dvcp.c -o dvcp_gcc
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 5598f1d

Please sign in to comment.