Skip to content

Commit

Permalink
ci: build documentation on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Dec 4, 2023
1 parent 5d4a0e6 commit 73078fd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
# build on macos until bindgen is fixed
runs-on: macos-latest # runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,13 +28,18 @@ jobs:
with:
mdbook-version: "latest"

- name: Setup | Update
run: sudo apt-get update
# - name: Setup | Update
# run: sudo apt-get update

# - name: Setup | System
# run: |
# sudo apt-get install doxygen python3-sphinx libgmp-dev ninja-build nodejs
# sudo pip install --upgrade pip

- name: Setup | System
run: |
sudo apt-get install doxygen python3-sphinx libgmp-dev ninja-build nodejs
sudo pip install --upgrade pip
brew install doxygen python3-sphinx libgmp-dev ninja-build nodejs
pip install --upgrade pip
- name: Setup | OCaml | 1/2
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 73078fd

Please sign in to comment.