Skip to content

Commit

Permalink
Use out-of-source build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Jan 11, 2025
1 parent e6a8fa4 commit 76799f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:

- name: Install HDF5
run: |
cmake . -DBUILD_TESTING:BOOL=OFF
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
cmake -DBUILD_TESTING:BOOL=OFF $GITHUB_WORKSPACE
make
sudo make install
- name: Checkout CVE test repository
Expand Down

0 comments on commit 76799f3

Please sign in to comment.