Skip to content

Commit

Permalink
Merge pull request #141 from skalenetwork/bug/fix-nightly
Browse files Browse the repository at this point in the history
fix nightly run
  • Loading branch information
olehnikolaiev authored Jul 2, 2021
2 parents a0be1a4 + e390d96 commit 5c70eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
libffi-dev yasm texinfo flex bison \
libc6-dbg:i386 libc6-dbg python3.6
libffi-dev yasm texinfo flex bison python3.6
sudo snap install valgrind --classic
- name: Build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
libffi-dev yasm texinfo flex bison python3.6
libffi-dev yasm texinfo flex bison
- name: Build dependencies
run: |
Expand Down

0 comments on commit 5c70eb1

Please sign in to comment.