Skip to content

Commit

Permalink
Update build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jun 19, 2023
1 parent e895c10 commit ee1f491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
build-linux-statis-openssl:
build-linux-static-openssl:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
submodules: recursive
- name: Install prerequisites
run: brew install cppcheck openssl
run: brew install cppcheck openssl@3
- name: Configure
run: ./configure --enable-debug --enable-maintainer --enable-sanitizer --enable-static --disable-shared
- name: Make
Expand Down

0 comments on commit ee1f491

Please sign in to comment.