File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,11 @@ jobs:
176
176
run : |
177
177
# spot
178
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
179
+ URL=https://download.opensuse.org/repositories/home:/adl/Debian_12/amd64
180
+ wget ${URL}/libbddx0_${SPOT_VERSION}.0-1_amd64.deb
181
+ wget ${URL}/libspotgen0_${SPOT_VERSION}.0-1_amd64.deb
182
+ wget ${URL}/libspot0_${SPOT_VERSION}.0-1_amd64.deb
183
+ wget ${URL}/spot_${SPOT_VERSION}.0-1_amd64.deb
183
184
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
184
185
- name : Confirm ltl2tgba is available and log the version installed
185
186
run : ltl2tgba --version
You can’t perform that action at this time.
0 commit comments