We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59efc0b commit adb6e58Copy full SHA for adb6e58
1 file changed
.github/workflows/ci.yml
@@ -112,8 +112,6 @@ jobs:
112
with:
113
node-version: 16
114
115
- - run: echo "KRML_HOME=$(pwd)/karamel" >> $GITHUB_ENV
116
-
117
- name: Karamel CI
118
working-directory: karamel
119
run: |
@@ -241,7 +239,6 @@ jobs:
241
239
- uses: actions/checkout@master
242
240
- name: Build the checked-in krmllib
243
244
- export KRML_HOME=$(pwd)
245
export CC=${{matrix.cc}}
246
make -kj$(nproc) -C krmllib/dist/generic -f Makefile.basic
247
0 commit comments