Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Oct 17, 2023
1 parent d1d1cb5 commit 67c3d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,16 @@ jobs:
platform: x64-windows-static,
package: ON,
path-cache: '${{ github.workspace }}\vcpkg\installed',
path-toolchain: C:/vcpkg/scripts/buildsystems/vcpkg.cmake,
os-id: 'linux',

path-toolchain: 'C:/vcpkg/scripts/buildsystems/vcpkg.cmake',
os-id: 'linux'
}
- {
name: ubuntu-release-package-on,
os: ubuntu-latest,
platform: x64-linux,
package: ON,
path-cache: '/usr/local/share/vcpkg/installed',
path-toolchain: /usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake,
path-toolchain: '/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake',
os-id: 'windows'
}

Expand All @@ -71,7 +70,7 @@ jobs:
os-id: ${{matrix.config.os-id}}
build-type: ${{env.BUILD_TYPE}}
package: ${{matrix.config.package}}
platform: ${{matrix.config.platform}}
platform: ${{matrix.config.platform}}

- name: Run unit tests
working-directory: ${{github.workspace}}/build
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![REUSE status](https://api.reuse.software/badge/github.com/ZEISS/czicompress)](https://api.reuse.software/info/github.com/ZEISS/czicompress)
[![CMake](https://github.com/ZEISS/czicompress/actions/workflows/cmake.yml/badge.svg?branch=main&event=push)](https://github.com/ZEISS/czicompress/actions/workflows/cmake.yml)
[![CodeQL](https://github.com/ZEISS/czicompress/actions/workflows/codeql.yml/badge.svg?branch=main&event=push)](https://github.com/ZEISS/czicompress/actions/workflows/codeql.yml)
[![MegaLinter](https://github.com/ZEISS/czicompress/actions/workflows/mega-linter.yml/badge.svg?branch=main&event=push)](https://github.com/ZEISS/czicompress/actions/workflows/mega-linter.yml)

Reduce the size of existing CZI files by converting them to zstd-compressed CZI files.
Expand Down

0 comments on commit 67c3d06

Please sign in to comment.