We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91de34 commit 2cc53caCopy full SHA for 2cc53ca
.github/workflows/cd.yml
@@ -29,7 +29,7 @@ jobs:
29
cmake-version: "3.20"
30
31
- name: Install cpp
32
- run: sudo apt-get update && sudo apt-get install -y gcc
+ run: sudo apt-get update && sudo apt-get install -y gcc g++
33
34
- name: Restore dotnet tools
35
run: dotnet tool restore
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install cpp (Linux)
39
if: runner.os == 'Linux'
40
41
42
- name: Install cpp (macOS)
43
if: runner.os == 'macOS'
0 commit comments