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.
1 parent bb6a0aa commit 9d82d15Copy full SHA for 9d82d15
.github/workflows/clippy_bors.yml
@@ -82,13 +82,6 @@ jobs:
82
with:
83
github_token: "${{ secrets.github_token }}"
84
85
- - name: Install dependencies (Linux-i686)
86
- run: |
87
- sudo dpkg --add-architecture i386
88
- sudo apt-get update
89
- sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386
90
- if: matrix.host == 'i686-unknown-linux-gnu'
91
-
92
- name: Checkout
93
uses: actions/checkout@v3.0.2
94
0 commit comments