summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-07 11:36:18 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-07 11:36:18 +0100
commitc8010c6d9bd771472b5904e8a65c350f072ef95f (patch)
treee0e6cd0afbf560fa726a4c8c703cdd21badeac55 /.github/workflows
parentff2b8c6867307102953e16ec2f071f65b76727d7 (diff)
downloadlcms2-c8010c6d9bd771472b5904e8a65c350f072ef95f.tar.gz
Revert "A desperate try to overcome github action bug"
This reverts commit ff2b8c6867307102953e16ec2f071f65b76727d7.
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 e90571f..230a5a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
arch: x64
- name: Build Windows 64 bit
- run: buildvs64.cmd
+ run: devenv Projects\\VC2019\\lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
working-directory: testbed