Skip to content

Commit adb6e58

Browse files
committed
Do no set KRML_HOME in CI (except for Everparse, for now)
1 parent 59efc0b commit adb6e58

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ jobs:
112112
with:
113113
node-version: 16
114114

115-
- run: echo "KRML_HOME=$(pwd)/karamel" >> $GITHUB_ENV
116-
117115
- name: Karamel CI
118116
working-directory: karamel
119117
run: |
@@ -241,7 +239,6 @@ jobs:
241239
- uses: actions/checkout@master
242240
- name: Build the checked-in krmllib
243241
run: |
244-
export KRML_HOME=$(pwd)
245242
export CC=${{matrix.cc}}
246243
make -kj$(nproc) -C krmllib/dist/generic -f Makefile.basic
247244

0 commit comments

Comments
 (0)