Skip to content

Commit a038581

Browse files
committed
CI
1 parent 702cc72 commit a038581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install build dependencies
8686
run: |
8787
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
88+
DEBIAN_FRONTEND=noninteractive sudo apt-get -yq install cmake gcc-${{matrix.TRIPLET}} g++-${{matrix.TRIPLET}} libc6-dev-${{matrix.CROSS_ARCH}}-cross
8989
- uses: actions/checkout@v4
9090
with:
9191
fetch-depth: 4

0 commit comments

Comments
 (0)