Skip to content

Commit 311dd94

Browse files
committed
ignore boringssl i686 CI
1 parent ab246c5 commit 311dd94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
- target: arm-unknown-linux-gnueabihf
191191
library:
192192
name: aws-lc
193+
- target: i686-unknown-linux-gnu
194+
library:
195+
name: boringssl
193196
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
194197
runs-on: ubuntu-latest
195198
env:

0 commit comments

Comments
 (0)