Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-07 13:34:43 +0300
committerMarti Maria <marti.maria@littlecms.com>2021-11-07 13:34:43 +0300
commitff2b8c6867307102953e16ec2f071f65b76727d7 (patch)
tree9eb8b3eaa62f19a9ac3b304a2e180433bae03fc7 /.github/workflows
parentf3937d02e1c6f8fe04a1ef8e24fa3051046433e7 (diff)
A desperate try to overcome github action bug
lets try another approach
Diffstat (limited to '.github/workflows')
-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