mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Install Xcode
This commit is contained in:
parent
827f167f8b
commit
27a2a2bfa3
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -96,12 +96,11 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
||||||
|
|
||||||
- name: Install brew dependencies (macOS)
|
- name: Install Xcode (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
brew install make
|
with:
|
||||||
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
|
xcode-version: latest-stable
|
||||||
echo "/usr/local/opt/openssl/bin" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Setup the oldest supported version of cmake (macOS)
|
- name: Setup the oldest supported version of cmake (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user