Skip to content

Commit

Permalink
Fix rpi unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 10, 2024
1 parent a0b4bc6 commit 0d6d387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/raspberrypi-4-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ jobs:
build:
runs-on: raspberrypi-4
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v2
- name: configure & build
run: |
cd lib && ./configure --enable-neon --with-arch=armv7 && cd ..
Expand Down

0 comments on commit 0d6d387

Please sign in to comment.