We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9008eb commit 0c01cf5Copy full SHA for 0c01cf5
.github/workflows/build_unittest.yml
@@ -43,6 +43,10 @@ jobs:
43
- name: Skip Duplicate Actions
44
uses: fkirc/skip-duplicate-actions@v5.3.1
45
- 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
50
- name: configure
51
run: |
52
env
0 commit comments