Skip to content

Commit c7fcbaa

Browse files
author
Sergey Gomenyuk
committed
compiler
1 parent 0bb0d9b commit c7fcbaa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ jobs:
1616
cmakeGen: Ninja
1717
- os: macos-latest
1818
vcpkgCommitId: '834977918592e4f5d5ec5fe48ba338c608faf9f9'
19-
cmakeGen: '"Unix Makefiles"'
19+
cmakeGen: Ninja
2020

2121
steps:
2222
- uses: actions/checkout@v3
2323
with:
2424
submodules: true
2525

26+
- name: Install compiler
27+
id: install_cpp
28+
uses: rlalik/setup-cpp-compiler@master
29+
with:
30+
compiler: latest
31+
2632
- uses: lukka/get-cmake@latest
2733
- name: Dump the content of $RUNNER_TEMP
2834
run: find $RUNNER_TEMP

0 commit comments

Comments
 (0)