Skip to content

Commit 236473b

Browse files
committed
CI: explicitely use g++ 13
1 parent 36f028c commit 236473b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
PKG_CONFIG_PATH: ${{github.workspace}}/install/lib/x86_64-linux-gnu/pkgconfig
1919
CC: gcc-13
20+
CXX: g++-13
2021

2122
steps:
2223
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)