Skip to content

Commit 38aa061

Browse files
Add c++ package versions
1 parent 5d358d6 commit 38aa061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-package/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
- name: Install additional packages
1919
if: matrix.cfg.os == 'ubuntu-20.04'
2020
shell: bash
21-
run: sudo apt update && sudo apt install -y gcc-9 gcc-9-arm-linux-gnueabihf gcc-9-aarch64-linux-gnu clang-10
21+
run: sudo apt update && sudo apt install -y gcc-9 g++-9 gcc-9-arm-linux-gnueabihf g++-9-arm-linux-gnueabihf gcc-9-aarch64-linux-gnu g++-9-aarch64-linux-gnu clang-10
2222

2323
- name: Install Python deps
2424
shell: bash

0 commit comments

Comments
 (0)