Skip to content

Commit

Permalink
Fix copy&paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mity committed Dec 5, 2023
1 parent c7f8b81 commit c9b565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Configure
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 17 2022" -A Win32 .
- name: Build
run: msbuild.exe hsluv-c.sln /p:Configuration=Debug /p:Platform=Win32
run: msbuild.exe c-reusables.sln /p:Configuration=Debug /p:Platform=Win32
- name: Test
run: for %t in ("tests\Debug\test-*.exe") do %t

Expand All @@ -46,6 +46,6 @@ jobs:
- name: Configure
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 17 2022" -A x64 .
- name: Build
run: msbuild.exe hsluv-c.sln /p:Configuration=Debug /p:Platform=x64
run: msbuild.exe c-reusables.sln /p:Configuration=Debug /p:Platform=x64
- name: Test
run: for %t in ("tests\Debug\test-*.exe") do %t

0 comments on commit c9b565d

Please sign in to comment.