Skip to content

Commit

Permalink
Convert CVE GitHub action to use CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jan 11, 2025
1 parent 58ae0ae commit 479121d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Install Autotools Dependencies (Linux)
run: |
sudo apt update
sudo apt install automake autoconf libtool libtool-bin
- name: Install HDF5
run: |
./autogen.sh
./configure --prefix=/usr/local --disable-tests
cmake -DBUILD_TESTING:BOOL=OFF
make
sudo make install
- name: Checkout CVE test repository
Expand Down

0 comments on commit 479121d

Please sign in to comment.