Skip to content

Commit 2d7c4d9

Browse files
committed
refactor: remove unnecessary find commands from build process
1 parent c7e58b8 commit 2d7c4d9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/rebuild_native_libs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ jobs:
221221
- name: Print file sizes before
222222
run: |
223223
mkdir -p ./core/src/main/resources/io/questdb/bin/
224-
mkdir -p ./core/src/test/resources/io/questdb/bin/
225224
find ./core/src/main/resources/io/questdb/bin/ -type f -exec ls -l {} \; || true
226-
find ./core/src/main/bin/ -type f -exec ls -l {} \; || true
227225
- name: Restore darwin-aarch64 Libraries from Cache
228226
uses: actions/cache/restore@v3
229227
with:
@@ -280,7 +278,6 @@ jobs:
280278
- name: Print file sizes after
281279
run: |
282280
find ./core/src/main/resources/io/questdb/bin/ -type f -exec ls -l {} \;
283-
find ./core/src/main/bin/ -type f -exec ls -l {} \;
284281
- name: Push the files to the current branch
285282
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df
286283
# Why do we use a commit hash instead of a tag for the github-push-action?

0 commit comments

Comments
 (0)