Skip to content

Commit

Permalink
chore(build): Use OpenSSL static libs in RPi build
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 28, 2025
1 parent ad60641 commit c09be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
uses: actions/checkout@v3
-
name: Build
run: cmake -H. -Bcmake-build -GNinja && cmake --build cmake-build --target all
run: cmake -H. -Bcmake-build -GNinja -D OPENSSL_USE_STATIC_LIBS=TRUE && cmake --build cmake-build --target all
-
name: Strip
run: strip cmake-build/bin/*
Expand Down

0 comments on commit c09be7c

Please sign in to comment.