File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ jobs:
198198 DEBIAN_FRONTEND : noninteractive
199199 run : |
200200 # spot
201- SPOT_VERSION=2.14.2
201+ SPOT_VERSION=2.14.3.16
202202 URL=https://download.opensuse.org/repositories/home:/adl/Debian_12/amd64
203- wget ${URL}/libbddx0_${SPOT_VERSION}.0 -1_amd64.deb
204- wget ${URL}/libspotgen0_${SPOT_VERSION}.0 -1_amd64.deb
205- wget ${URL}/libspot0_${SPOT_VERSION}.0 -1_amd64.deb
206- wget ${URL}/spot_${SPOT_VERSION}.0 -1_amd64.deb
207- 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
203+ wget ${URL}/libbddx0_${SPOT_VERSION}-1_amd64.deb
204+ wget ${URL}/libspotgen0_${SPOT_VERSION}-1_amd64.deb
205+ wget ${URL}/libspot0_${SPOT_VERSION}-1_amd64.deb
206+ wget ${URL}/spot_${SPOT_VERSION}-1_amd64.deb
207+ sudo dpkg -i libbddx0_${SPOT_VERSION}-1_amd64.deb libspotgen0_${SPOT_VERSION}-1_amd64.deb libspot0_${SPOT_VERSION}-1_amd64.deb spot_${SPOT_VERSION}-1_amd64.deb
208208 - name : Confirm ltl2tgba is available and log the version installed
209209 run : ltl2tgba --version
210210 - name : Get the ebmc binary
You can’t perform that action at this time.
0 commit comments