mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Install missing "make" in the CI on macOS (#236)
This commit is contained in:
parent
e88bc1ca14
commit
4098a5efc7
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -96,6 +96,13 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
||||
|
||||
- name: Install brew dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install make
|
||||
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
|
||||
echo "/usr/local/opt/openssl/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup the oldest supported version of cmake (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
uses: jwlawson/actions-setup-cmake@v1.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user