Skip to content

Commit

Permalink
Merge pull request #214 from mentebinaria/fix-macos-pipeline
Browse files Browse the repository at this point in the history
Update multi-os-build.yml
  • Loading branch information
GoGoOtaku committed Apr 27, 2024
2 parents b5a9a9f + acb2c5c commit d94c794
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/multi-os-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,13 @@ jobs:

steps:

- name: Install packages
uses: delgurth/get-package@v6
with:
# Space-separated list of packages to install using brew install. Will only run if on OSX.
brew: openssl

- name: Checkout with submodules
uses: actions/checkout@v3
with:
submodules: 'true'

- name: Compile
run: CFLAGS="-I/usr/local/opt/openssl/include/" LDFLAGS="-L/usr/local/opt/openssl/lib/" make
run: CFLAGS="-I$(brew --prefix openssl@1.1)/include/" LDFLAGS="-L$(brew --prefix openssl@1.1)/lib/" make

build-win64:

Expand Down

0 comments on commit d94c794

Please sign in to comment.