mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2024-12-26 06:29:34 +00:00
install brew/apt dependencies.
This commit is contained in:
parent
a38b2249f2
commit
4a05a8687c
11
.github/workflows/make.yml
vendored
11
.github/workflows/make.yml
vendored
@ -13,5 +13,16 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: brew
|
||||
if: matrix.os == 'macos-latest'
|
||||
shell: bash
|
||||
run: brew install re2c
|
||||
|
||||
- name: apt-get
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
shell: bash
|
||||
run: sudo apt-get -y install re2c
|
||||
|
||||
- name: make
|
||||
run: make all
|
||||
|
Loading…
Reference in New Issue
Block a user