Skip to content

Commit 92288c1

Browse files
committed
this is the proper package for find...
1 parent 517438b commit 92288c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: apt-get update
2222
- run: >
2323
apt-get install -y \
24-
git findutils \
24+
git \
2525
build-essential cmake \
2626
gcc-arm-none-eabi binutils-arm-none-eabi libstdc++-arm-none-eabi-newlib \
2727
libusb-1.0.0-dev libfreetype-dev \
@@ -71,7 +71,7 @@ jobs:
7171
release:
7272
executor: github
7373
steps:
74-
- run: apk add fakeroot
74+
- run: apk add fakeroot findutils
7575
- attach_workspace:
7676
at: .
7777
- run: mkdir -v -p release

0 commit comments

Comments
 (0)