Skip to content

Commit

Permalink
Update CI to use fresh version of GT
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Jul 13, 2023
1 parent b1a4cb7 commit 3831c62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- run: opam update
- name: Install dev version of GT
run: |
opam source GT --dev-repo
opam pin add GT ./GT -y
- name: Install dependencies for documentation
run: opam install odoc pa_ppx --yes

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- run: opam update
- name: Install dev version of GT
run: |
opam source GT --dev-repo
opam pin add GT ./GT -y
- name: Install dependencies for documentation
run: opam install odoc pa_ppx --yes

Expand Down

0 comments on commit 3831c62

Please sign in to comment.