Skip to content

Commit

Permalink
dependnecies install
Browse files Browse the repository at this point in the history
  • Loading branch information
n59321jh committed Aug 8, 2024
1 parent 5561d45 commit 7334b12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ jobs:
esbmc-test:
runs-on: ubuntu-latest
steps:
- name: run-esbmc-action
- name: install dependencies
run: |
wget -O libevent.zip https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
unzip -o libevent.zip
wget -O ncurses.zip https://invisible-mirror.net/archives/ncurses/ncurses-6.5.tar.gz
unzip -o ncurses.zip
ls
- name: run esbmc action
uses: esbmc/esbmc-action@v1
with:
esbmc-options: --incremental-bmc --include-file tmux.h
Expand Down
2 changes: 1 addition & 1 deletion cmd-rename-window.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action.
// Test with ESBMC action
/* $OpenBSD$ */

/*
Expand Down
2 changes: 1 addition & 1 deletion file.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action.
// Test with ESBMC action
/* $OpenBSD$ */

/*
Expand Down
2 changes: 1 addition & 1 deletion layout.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action.
// Test with ESBMC action
/* $OpenBSD$ */

/*
Expand Down

0 comments on commit 7334b12

Please sign in to comment.