Skip to content

Commit 8d711e1

Browse files
committed
Include modules in TLAPS library path
1 parent b6470b4 commit 8d711e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
chmod +x tlaps-1.4.4-x86_64-linux-gnu-inst.bin
2424
./tlaps-1.4.4-x86_64-linux-gnu-inst.bin -d tlaps
2525
- name: Run TLAPS
26-
run: tlaps/bin/tlapm --cleanfp -I tlaps/ modules/SequenceExtTheorems_proofs.tla
26+
run: tlaps/bin/tlapm --cleanfp -I tlaps/ -I modules/ modules/SequenceExtTheorems_proofs.tla
2727
- name: Build with Ant
2828
run: ant -noinput -buildfile build.xml -Dtimestamp=${{steps.date.outputs.date}}
2929
- name: Create Release

0 commit comments

Comments
 (0)