Update c-cpp.yml

This commit is contained in:
Sidi Liang 2021-12-06 22:47:37 +08:00 committed by GitHub
parent afd87da5e7
commit 19d5952210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: make
- name: Download a Build Artifact
uses: actions/download-artifact@v2.0.10