Skip to content

Commit a27e0aa

Browse files
committed
try setting to false
1 parent db29b58 commit a27e0aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1818

1919
env:
20-
GITHUB_ACTIONS: true
2120
OCAMLRUNPARAM: b
2221

2322
jobs:
@@ -145,6 +144,8 @@ jobs:
145144
- name: Use OCaml ${{matrix.ocaml_compiler}}
146145
uses: ocaml/setup-ocaml@v2
147146
if: matrix.os != 'windows-latest'
147+
env:
148+
GITHUB_ACTIONS: false
148149
with:
149150
ocaml-compiler: ${{matrix.ocaml_compiler}}
150151
opam-pin: false

0 commit comments

Comments
 (0)