Skip to content

Commit

Permalink
cmake gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Gomenyuk committed Nov 21, 2024
1 parent c7e8185 commit 3dce977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
include:
- os: ubuntu-latest
vcpkgCommitId: '834977918592e4f5d5ec5fe48ba338c608faf9f9'
cmakeGen: Ninja
- os: macos-latest
vcpkgCommitId: '834977918592e4f5d5ec5fe48ba338c608faf9f9'
cmakeGen: Unix Makefiles

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +50,7 @@ jobs:
VCPKG_ROOT: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}
BUILD_TYPE: Release
BIN_DIR: rel
run: cmake -G Ninja --preset=base
run: cmake -G ${{cmakeGen}} --preset=base
shell: bash

- name: Run build
Expand Down

0 comments on commit 3dce977

Please sign in to comment.