Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Feb 13, 2024
1 parent daa981f commit 4fc91fd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
OPAMROOT: /home/opam/.opam
OPAMYES: true
OPAMCONFIRMLEVEL: unsafe-yes
GT_WITH_DOCS: yes

jobs:
Expand All @@ -30,12 +30,15 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: sudo apt update
- run: opam --version

- run: |
git config --global --add safe.directory /__w/GT/GT
Expand All @@ -45,7 +48,8 @@ jobs:

- name: Install dependecies for documentation
run: |
sudo apt-get install pkg-config -y
sudo apt-get install pkg-config libpcre2-dev -y
#opam install odoc pa_ppx --yes --depext
opam install odoc pa_ppx --yes
- run: opam install . --deps-only #--with-test
Expand Down

0 comments on commit 4fc91fd

Please sign in to comment.