Skip to content

Commit

Permalink
ga: try installing nihtest via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jun 25, 2023
1 parent cabb10e commit ad965b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/setup-python@v4
with:
cache: 'pip'
- name: install dependencies (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
Expand All @@ -31,9 +34,10 @@ jobs:
vcpkgGitCommitId: f93ba152d55e1d243160e690bc302ffe8638358e
vcpkgTriplet: x64-windows
vcpkgArguments: zlib bzip2 liblzma zstd
- 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' }}
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit ad965b9

Please sign in to comment.