Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Feb 13, 2024
1 parent daa981f commit 210f342
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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,14 @@ 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: |
git config --global --add safe.directory /__w/GT/GT
Expand Down

0 comments on commit 210f342

Please sign in to comment.