summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-06 20:40:27 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-06 20:40:27 +0100
commit3486a1b992bd2771d789b7ba96150fbb33580491 (patch)
treeff26e923c96098180a4517701751597838354849 /.github/workflows
parent0d105e060ccae04228b3c1d56f0c8f67056397bc (diff)
downloadlcms2-3486a1b992bd2771d789b7ba96150fbb33580491.tar.gz
Update build.yml
No luck
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5a5c0d0..8e551d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,8 +40,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
run: |
- cd Projects
- cd VC2019
+ cd ./Projects
+ cd ./VC2019
devenv lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
@@ -54,8 +54,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 32 bit
run: |
- cd Projects
- cd VC2019
+ cd ./Projects
+ cd ./VC2019
devenv lcms2.sln /Rebuild "Release|Win32" /Project testbed
- name: Run tests