ci macos: install dependencies

This commit is contained in:
Quinten Krijger 2019-12-07 12:45:39 +01:00
parent 91d6211b00
commit ffb9ddc286

View File

@ -1,6 +1,7 @@
name: CI name: CI
on: [push] on:
- push
jobs: jobs:
build: build:
@ -9,9 +10,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Run a one-line script - name: Install dependencies
run: echo Hello, world! run: brew install gtk+3 gtkmm3 gtk-mac-integration adwaita-icon-theme libsigc++ little-cms2 libiptcdata fftw lensfun wget llvm cmake expat pkgconfig libomp
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.