summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-03-12 08:56:36 -0600
committerNicolas R <atoomic@cpan.org>2020-03-12 08:56:36 -0600
commit706a7d7b7480665b89e612224d4ac63d96f8abfe (patch)
tree6630e046b0aaee7f675d263e6eecfd186a414b92 /.github
parentc41de0426b45752fe9e0f659eb744e7f1aaead25 (diff)
downloadperl-706a7d7b7480665b89e612224d4ac63d96f8abfe.tar.gz
Revert "Avoid failures from Install 32bit dependencies issues"
This reverts commit 29a8ce81089f5cf0be406bc203e22cbe4dc52584.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smoke-linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/smoke-linux.yml b/.github/workflows/smoke-linux.yml
index 91af240d74..1a8b0bd7b1 100644
--- a/.github/workflows/smoke-linux.yml
+++ b/.github/workflows/smoke-linux.yml
@@ -38,8 +38,8 @@ jobs:
fetch-depth: 10
- name: Install 32bit dependencies
run: |
- sudo dpkg --add-architecture i386 ||:
- sudo apt-get -y install gcc-multilib ||:
+ sudo dpkg --add-architecture i386
+ sudo apt-get -y install gcc-multilib
- name: Configure
run: |
./Configure -des -Dusedevel ${{ matrix.CONFIGURE_ARGS }} -Dprefix="$HOME/perl-blead" -DDEBUGGING