Skip to content

Commit 6bed9f0

Browse files
authored
Merge pull request #1413 from diffblue/bump-spot
bump Spot to 2.14.3
2 parents 029f48a + 0395295 commit 6bed9f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)