Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 13, 2024
1 parent 8405e12 commit 830379c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
# - os: windows-latest
# c_compiler: gcc
# cpp_compiler: g++
# build_type: Release
- os: windows-latest
c_compiler: gcc
cpp_compiler: g++
build_type: Release
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
Expand All @@ -36,7 +36,7 @@ jobs:
run: mkdir build

- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DZLIB_TAG=develop

- name: Build with CMake
run: cmake --build build --config ${{ matrix.build_type }}
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
if: runner.os == 'Windows'
with:
name: Windows_Files
path: InstallerDistributionKit/*
path: InstallerDistributionKit/*

0 comments on commit 830379c

Please sign in to comment.