File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,12 @@ jobs:
175
175
DEBIAN_FRONTEND : noninteractive
176
176
run : |
177
177
# spot
178
- wget -q -O - https://www.lrde.epita.fr/repo/debian.gpg | sudo apt-key add -
179
- sudo sh -c 'echo "deb http://www.lrde.epita.fr/repo/debian/ stable/" >> /etc/apt/sources.list'
180
- sudo apt-get update
181
- sudo apt-get install spot
178
+ SPOT_VERSION=2.14.1
179
+ wget https://www.lre.epita.fr/repo/debian/stable/libbddx0_${SPOT_VERSION}.0-1_amd64.deb
180
+ wget https://www.lre.epita.fr/repo/debian/stable/libspotgen0_${SPOT_VERSION}.0-1_amd64.deb
181
+ wget https://www.lre.epita.fr/repo/debian/stable/libspot0_${SPOT_VERSION}.0-1_amd64.deb
182
+ wget https://www.lre.epita.fr/repo/debian/stable/spot_${SPOT_VERSION}.0-1_amd64.deb
183
+ sudo dpkg -i libbddx0_${SPOT_VERSION}.0-1_amd64.deb libspotgen0_${SPOT_VERSION}.0-1_amd64.deb libspot0_${SPOT_VERSION}.0-1_amd64.deb spot_${SPOT_VERSION}.0-1_amd64.deb
182
184
- name : Confirm ltl2tgba is available and log the version installed
183
185
run : ltl2tgba --version
184
186
- name : Get the ebmc binary
You can’t perform that action at this time.
0 commit comments