Skip to content

Commit

Permalink
Install missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Aug 30, 2024
1 parent 571e6ca commit 632cdac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ jobs:
run: |
brew update
brew reinstall libzip
brew install libarchive
- name: install dependencies (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get -qq update;
sudo apt-get install -y libxml2-dev libsqlite3-0 libzip-dev zipcmp
- name: prepare build directory
- name: prepare build directory and install nihtest
run: |
cmake -E make_directory ${{runner.workspace}}/build
pip install nihtest
- name: configure (Unix)
if: ${{ runner.os != 'Windows' }}
Expand Down

0 comments on commit 632cdac

Please sign in to comment.