Skip to content

Commit a624805

Browse files
committed
Remove ARM build from CI
1 parent f4a2f71 commit a624805

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- name: Checkout sources
1414
uses: actions/[email protected]
1515

16+
- uses: Swatinem/[email protected]
17+
1618
- name: Check formatting
1719
uses: dprint/[email protected]
1820

@@ -28,19 +30,13 @@ jobs:
2830
include:
2931
- target: x86_64-unknown-linux-gnu
3032
os: ubuntu-latest
31-
- target: armv7-unknown-linux-gnueabihf
32-
os: ubuntu-latest
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535

3636
- name: Checkout sources
3737
uses: actions/[email protected]
3838

39-
- name: Install compiler for armhf arch
40-
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
41-
run: |
42-
sudo apt-get update
43-
sudo apt-get install gcc-arm-linux-gnueabihf
39+
- uses: Swatinem/[email protected]
4440

4541
- name: Build binary
4642
run: |

0 commit comments

Comments
 (0)