Skip to content

Commit 6636ae1

Browse files
committed
Attempt to fix CI
Give up on manually setting `LD_LIBRARY_PATH` as it doesn't seem to be working, and instead use the `--prefix` flag to configure Poly/ML.
1 parent f52bc18 commit 6636ae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pure.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
env:
2828
HOLDIR: ${{ github.workspace }}/HOL
2929
CAKEMLDIR: ${{ github.workspace }}/cakeml
30-
LD_LIBRARY_PATH: /usr/local/lib:$LD_LIBRARY_PATH
3130

3231
outputs:
3332
hol_sha: ${{ steps.shas.outputs.HOL_SHA }}
@@ -52,7 +51,7 @@ jobs:
5251
- name: Build Poly/ML
5352
run: |
5453
cd polyml
55-
./configure
54+
./configure --prefix=/usr
5655
make
5756
make install
5857

0 commit comments

Comments
 (0)