Skip to content

Commit

Permalink
ci: change device back to sdmmc (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Aug 3, 2023
1 parent 5e960b0 commit 105ffa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
- name: Build for BananaPi-R4
run: |
sed -i 's/#\(board=bpi-r4\)/\1/' build.conf #change board to r4
sed -i 's/\(device=.*\)$/#\1/' build.conf #change device back to sd
bash build.sh importconfig
bash build.sh build
bash build.sh rename
Expand Down

0 comments on commit 105ffa6

Please sign in to comment.