mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Add shared strategy to build static/shared binary
This commit is contained in:
parent
c845645606
commit
a19ed55184
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -29,8 +29,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
|
||||
shared: [0, 1]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
env:
|
||||
SHARED: ${{ matrix.shared }}
|
||||
run: make
|
||||
|
Loading…
Reference in New Issue
Block a user