[gha] fix static build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-03-08 14:56:32 +00:00
parent 2fb0a2e306
commit 54c6a424ef
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -31,9 +31,7 @@ jobs:
- name: Configure - name: Configure
working-directory: build working-directory: build
run: cmake . run: cmake -DWITH_STATIC=ON .
env:
WITH_STATIC: ON
- name: Build - name: Build
working-directory: build working-directory: build