Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloalmeida committed Nov 29, 2023
1 parent 8539906 commit 6912401
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,6 @@ jobs:
name: vsomeip
path: '${{ runner.workspace }}/install/**/*'

build_on_ubuntu_183_gcc_aarch64:
runs-on: ubuntu-latest
steps:
- name: Ubuntu - Install boost 1.83.0 with gcc and aarch64
uses: MarkusJx/install-boost@v2.4.4
id: ubuntu-gcc-1_3-aarch64
with:
boost_version: 1.83.0
platform_version: 20.04
boost_install_dir: /home/runner
toolset: gcc
arch: aarch64
cache: true

- uses: actions/checkout@v3

- name: Run CMake
run: |
cmake -Bbuild -DBOOST_ROOT=/home/runner/boost/boost/ .
cmake --build build
build_on_windows_183_gcc_x86:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 6912401

Please sign in to comment.