Skip to content

Commit 2b4d02b

Browse files
committed
gh: setup cbmc
1 parent 637c37e commit 2b4d02b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/minor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- make examples SANITIZE=1
3232
- make perf
3333
steps:
34+
- if: ${{ contains(matrix.MAKE, 'SANITIZE=1 O0=1') }}
35+
name: setup cbmc
36+
run: sudo apt install -y --no-install-recommends cbmc
3437
# needed for libc++ since the Ubuntu 20.04.2 update (image version 20210315.1)
3538
# https://askubuntu.com/questions/1211743/clang-doesnt-find-c-stdlib-on-my-ubuntu-18-04-but-it-does-on-a-brand-new-ins
3639
# variant 1: downgrade clang++ to matching g++ (= 11)

0 commit comments

Comments
 (0)