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