File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 8
8
runs :
9
9
using : composite
10
10
steps :
11
- # This is unfortunate, but cbmc-viewer currently requires Python >= 3.8
12
- - name : Install Python 3.9
13
- uses : actions/setup-python@v2
14
- with :
15
- python-version : ' 3.9'
16
-
17
11
- name : Install dependencies
18
12
run : ./scripts/setup/${{ inputs.os }}/install_deps.sh
19
13
shell : bash
23
17
shell : bash
24
18
25
19
- name : Install cbmc-viewer
26
- run : ./scripts/setup/install_viewer.sh 2.11
20
+ run : ./scripts/setup/install_viewer.sh 3.2
27
21
shell : bash
28
22
29
23
- name : Install Rust toolchain
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ cd kani
55
55
git submodule update --init
56
56
./scripts/setup/ubuntu/install_deps.sh
57
57
./scripts/setup/ubuntu/install_cbmc.sh
58
- ./scripts/setup/install_viewer.sh 2.11
58
+ ./scripts/setup/install_viewer.sh 3.2
59
59
./scripts/setup/install_rustup.sh
60
60
# If you haven't already:
61
61
source $HOME/.cargo/env
@@ -72,7 +72,7 @@ cd kani
72
72
git submodule update --init
73
73
./scripts/setup/macos-10.15/install_deps.sh
74
74
./scripts/setup/macos-10.15/install_cbmc.sh
75
- ./scripts/setup/install_viewer.sh 2.11
75
+ ./scripts/setup/install_viewer.sh 3.2
76
76
./scripts/setup/install_rustup.sh
77
77
# If you haven't already:
78
78
source $HOME/.cargo/env
You can’t perform that action at this time.
0 commit comments