Skip to content

Commit

Permalink
CI: do not install libelf it is not used anymore by dylib
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 8, 2025
1 parent 12d44de commit 67d83a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install libelf
if: ${{ matrix.os == 'ubuntu-latest' }}
run: apt install -y libelf-dev

- name: Generate project files
run: cmake . -B build -G "${{ matrix.generator }}" -DCMAKE_CXX_STANDARD=${{ matrix.cxx-std }} -DDYLIB_BUILD_TESTS=ON -DDYLIB_WARNING_AS_ERRORS=ON

Expand Down Expand Up @@ -140,7 +136,7 @@ jobs:
run: apt update

- name: Install valgrind
run: apt install -y valgrind libelf-dev
run: apt install -y valgrind

- name: Generate tests build file
run: cmake . -B build -DCMAKE_CXX_STANDARD=20 -DDYLIB_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Debug
Expand Down

0 comments on commit 67d83a7

Please sign in to comment.