There was an error while loading. Please reload this page.
1 parent 702cc72 commit a038581Copy full SHA for a038581
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install build dependencies
86
run: |
87
DEBIAN_FRONTEND=noninteractive sudo apt-get -yq update
88
- DEBIAN_FRONTEND=noninteractive sudo apt-get -yq install cmake gcc-${{matrix.TRIPLET}} libc6-dev-${{matrix.CROSS_ARCH}}-cross
+ DEBIAN_FRONTEND=noninteractive sudo apt-get -yq install cmake gcc-${{matrix.TRIPLET}} g++-${{matrix.TRIPLET}} libc6-dev-${{matrix.CROSS_ARCH}}-cross
89
- uses: actions/checkout@v4
90
with:
91
fetch-depth: 4
0 commit comments