File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1717 run : wget https://github.com/diffblue/cbmc/releases/download/cbmc-6.3.1/ubuntu-22.04-cbmc-6.3.1-Linux.deb && sudo dpkg -i ubuntu-22.04-cbmc-6.3.1-Linux.deb && goto-cc --version
1818 - uses : actions/checkout@v4
1919 - name : Install ESBMC
20- run : wget https://github.com/esbmc/esbmc/releases/download/nightly-7867f5e5595b9e181cd36eb9155d1905f87ad241 /esbmc-linux.zip && unzip esbmc-linux.zip && chmod +x ./linux-release/bin/esbmc && ./linux-release/bin/esbmc --version
20+ run : wget https://github.com/esbmc/esbmc/releases/download/nightly-39b012f9f7f7dad188708a9eaf4bbbc5faa3b4f7 /esbmc-linux.zip && unzip esbmc-linux.zip && chmod +x ./linux-release/bin/esbmc && ./linux-release/bin/esbmc --version
2121 - name : Build
2222 run : cargo build --verbose
2323 - name : Test
You can’t perform that action at this time.
0 commit comments