File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ echo 'export PATH=$PATH:/workspace/Examples/tools/tlaps/bin:/workspaces/Examples
40
40
# # Install Apalache
41
41
wget -qN https://github.com/informalsystems/apalache/releases/latest/download/apalache.tgz -P /tmp
42
42
mkdir -p tools/
43
- tar xvfz /tmp/apalache.tgz --directory tools/
43
+ tar - xvfz /tmp/apalache.tgz --directory tools/
44
44
echo ' export PATH=$PATH:/workspace/Examples/tools/apalache/bin:/workspaces/Examples/tools/apalache/bin' >> $HOME /.bashrc
45
- tools/apalache/bin/apalache-mc config --enable-stats=true
45
+ tools/apalache/bin/apalache-mc config --enable-stats=true
46
+
47
+ # # Install TLAUC
48
+ wget -qN https://github.com/tlaplus-community/tlauc/releases/latest/download/tlauc-linux.tar.gz -P /tmp
49
+ mkdir -p tools/tlauc
50
+ tar -xvfz /tmp/tlauc-linux.tar.gz --directory tools/tlauc/
51
+ echo ' export PATH=$PATH:/workspace/Examples/tools/tlauc:/workspaces/Examples/tools/tlauc' >> $HOME /.bashrc
52
+
You can’t perform that action at this time.
0 commit comments