summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-06 20:35:36 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-06 20:35:36 +0100
commitc2a3f4d0770d69b77dc549a38397415e5469dc90 (patch)
tree7e986fcb07c592bc232a8dfce84f5cf3890b0861 /.github
parent84b61f3bd71b6e0d9374be9d7d05e88e1ab1555b (diff)
downloadlcms2-c2a3f4d0770d69b77dc549a38397415e5469dc90.tar.gz
Update build.yml
is a bug of the action, the path is wrongly built
Diffstat (limited to '.github')
-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