Skip to content

Commit 5c70eb1

Browse files
Merge pull request #141 from skalenetwork/bug/fix-nightly
fix nightly run
2 parents a0be1a4 + e390d96 commit 5c70eb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
27-
libffi-dev yasm texinfo flex bison \
28-
libc6-dbg:i386 libc6-dbg python3.6
27+
libffi-dev yasm texinfo flex bison python3.6
2928
sudo snap install valgrind --classic
3029
3130
- name: Build dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
sudo apt-get update
2929
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
30-
libffi-dev yasm texinfo flex bison python3.6
30+
libffi-dev yasm texinfo flex bison
3131
3232
- name: Build dependencies
3333
run: |

0 commit comments

Comments
 (0)