Skip to content

Commit

Permalink
Really fix Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Apr 11, 2024
1 parent 2ad43d5 commit a62090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -78,6 +78,6 @@ jobs:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.0.2
- name: nuget restore
run: cd vcnet; nuget restore libcups.sln; cd pdfio; nuget restore
run: cd vcnet; nuget restore libcups.sln; cd ../pdfio; nuget restore
- name: msbuild
run: cd vcnet; msbuild libcups.sln

0 comments on commit a62090e

Please sign in to comment.