summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 45682d3..6c05140 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
run: |
- cd Projects\VC2019
+ cd .\Projects\VC2019
devenv lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
@@ -53,7 +53,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 32 bit
run: |
- cd Projects\VC2019
+ cd .\Projects\VC2019
devenv lcms2.sln /Rebuild "Release|Win32" /Project testbed
- name: Run tests