Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aikiriao committed Jan 31, 2023
1 parent 8a17b8d commit baebd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Preparation on Windows
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1

- name: Build libraries
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
tar -czf "${ARTIFACT_ROOT}.tar.gz" ${ARTIFACT_ROOT}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
Expand Down

0 comments on commit baebd70

Please sign in to comment.