summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-07 11:34:43 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-07 11:34:43 +0100
commitff2b8c6867307102953e16ec2f071f65b76727d7 (patch)
tree9eb8b3eaa62f19a9ac3b304a2e180433bae03fc7 /.github
parentf3937d02e1c6f8fe04a1ef8e24fa3051046433e7 (diff)
downloadlcms2-ff2b8c6867307102953e16ec2f071f65b76727d7.tar.gz
A desperate try to overcome github action bug
lets try another approach
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 230a5a8..e90571f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
arch: x64
- name: Build Windows 64 bit
- run: devenv Projects\\VC2019\\lcms2.sln /Rebuild "Release|x64" /Project testbed
+ run: buildvs64.cmd
- name: Run tests
working-directory: testbed