Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyliuli authored Feb 24, 2024
1 parent 2b64d97 commit 899a35b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make
steps:
- uses: actions/download-artifact@v4
with:
name: shycc
- name: Display structure of downloaded files
run: ls -R
- uses: actions/download-artifact@v4
with:
name: shycc
- name: Display structure of downloaded files
run: ls -R

0 comments on commit 899a35b

Please sign in to comment.