Skip to content

Commit

Permalink
no g++-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Dec 15, 2024
1 parent b64ba96 commit c7f99aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install cmake ninja-build libssh-dev clang clang-tidy gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf qemu-system-arm qemu-user libcurl4-openssl-dev libasio-dev libbrotli-dev libgtest-dev g++-multilib
sudo apt-get -y install cmake ninja-build libssh-dev clang clang-tidy gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf qemu-system-arm qemu-user libcurl4-openssl-dev libasio-dev libbrotli-dev libgtest-dev
- name: Configure CMake
working-directory: ${{github.workspace}}/compcmake
Expand Down

0 comments on commit c7f99aa

Please sign in to comment.