Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutvik committed Dec 28, 2024
1 parent f52bc18 commit 5dd187b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

steps:
- name: Update PATH
run: echo "$HOLDIR/bin" >> $GITHUB_PATH
run: |
echo "$HOLDIR/bin" >> $GITHUB_PATH
echo $LD_LIBRARY_PATH
- name: Get build-essentials
run: |
apt update
Expand Down Expand Up @@ -81,10 +83,12 @@ jobs:
cd $CAKEMLDIR
echo "CAKEML_SHA=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "CAKEML_SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo $LD_LIBRARY_PATH
- name: Build HOL4
run: |
cd $HOLDIR
echo $LD_LIBRARY_PATH
poly < tools/smart-configure.sml
bin/build
Expand Down

0 comments on commit 5dd187b

Please sign in to comment.