1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Add shared strategy to build static/shared binary

This commit is contained in:
Konrad Goławski 2022-06-21 17:56:22 +02:00
parent c845645606
commit a19ed55184

View File

@ -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