summaryrefslogtreecommitdiff
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
parentf3937d02e1c6f8fe04a1ef8e24fa3051046433e7 (diff)
downloadlcms2-ff2b8c6867307102953e16ec2f071f65b76727d7.tar.gz
A desperate try to overcome github action bug
lets try another approach
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--buildvs64.cmd1
2 files changed, 2 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
diff --git a/buildvs64.cmd b/buildvs64.cmd
new file mode 100644
index 0000000..669191e
--- /dev/null
+++ b/buildvs64.cmd
@@ -0,0 +1 @@
+devenv Projects\VC2019\lcms2.sln /Rebuild "Release|x64" /Project testbed \ No newline at end of file