We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6470b4 commit 8d711e1Copy full SHA for 8d711e1
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
chmod +x tlaps-1.4.4-x86_64-linux-gnu-inst.bin
24
./tlaps-1.4.4-x86_64-linux-gnu-inst.bin -d tlaps
25
- name: Run TLAPS
26
- run: tlaps/bin/tlapm --cleanfp -I tlaps/ modules/SequenceExtTheorems_proofs.tla
+ run: tlaps/bin/tlapm --cleanfp -I tlaps/ -I modules/ modules/SequenceExtTheorems_proofs.tla
27
- name: Build with Ant
28
run: ant -noinput -buildfile build.xml -Dtimestamp=${{steps.date.outputs.date}}
29
- name: Create Release
0 commit comments