Skip to content

Commit

Permalink
Fix ci for MacOS (#483)
Browse files Browse the repository at this point in the history
* Latest version of opam

* Starting CI on branch 'fix-ci'

* Adding depext
  • Loading branch information
Stevendeo authored Sep 13, 2021
1 parent f17d5cf commit 2ca1a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Build with ocp Docker container
on:
push:
branches:
- fix-ci
- next
- main

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Build MacOS
on:
push:
branches:
- fix-ci
- next
- main

Expand Down Expand Up @@ -57,12 +58,12 @@ jobs:

# Install external dependencies
# remove this step when opam 2.1 will be used
- name: opam install depext
run: opam depext alt-ergo-lib alt-ergo-parsers alt-ergo altgr-ergo
#- name: opam install depext
# run: opam depext alt-ergo-lib alt-ergo-parsers alt-ergo altgr-ergo

# Install dependencies
- name: Install deps
run: opam install ./*.opam --deps-only --with-test
run: opam install ./*.opam --deps-only --with-test --depext


# Build and install with opam
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Build Windows
on:
push:
branches:
- fix-ci
- next
- main

Expand Down

0 comments on commit 2ca1a08

Please sign in to comment.