Skip to content

Commit 0c01cf5

Browse files
author
Vaughn
committed
Fix job setup
1 parent b9008eb commit 0c01cf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_unittest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Skip Duplicate Actions
4444
uses: fkirc/skip-duplicate-actions@v5.3.1
4545
- uses: actions/checkout@v4 # https://github.com/marketplace/actions/checkout
46+
- name: Setup Cpp
47+
uses: aminya/setup-cpp@v1 # https://github.com/marketplace/actions/setup-cpp-c-c
48+
with:
49+
compiler: gcc-14
4650
- name: configure
4751
run: |
4852
env

0 commit comments

Comments
 (0)