We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0be1a4 + e390d96 commit 5c70eb1Copy full SHA for 5c70eb1
.github/workflows/nightly.yml
@@ -24,8 +24,7 @@ jobs:
24
run: |
25
sudo apt-get update
26
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
+ libffi-dev yasm texinfo flex bison python3.6
29
sudo snap install valgrind --classic
30
31
- name: Build dependencies
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
- libffi-dev yasm texinfo flex bison python3.6
+ libffi-dev yasm texinfo flex bison
32
33
0 commit comments