Skip to content

Commit 7189a70

Browse files
authored
Update c-cpp.yml
1 parent f824f46 commit 7189a70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/c-cpp.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: Set up GCC
16+
uses: egor-tensin/setup-gcc@v1
17+
with:
18+
version: 12
19+
platform: x64
1520
- uses: actions/checkout@v3
1621
- name: Install dependencies
1722
run: sudo apt install -y google-perftools libaio-dev libtbb2-dev

0 commit comments

Comments
 (0)