Skip to content

Commit

Permalink
rm cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed Jun 15, 2024
1 parent a41dfa1 commit 6a76dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
cp ${{ matrix.duckdb-url-name }}/${{ matrix.duckdb-lib-name }} ${{ env.TARGET_PATH }}/${{ matrix.duckdb-lib-name }}
cp ${{ matrix.duckdb-url-name }}/libduckdb_static.a ${{ env.TARGET_PATH }}/libduckdb_static.a
ls -R ./${{ env.TARGET_PATH }}
ldd ./${{ env.TARGET_PATH }}${{ env.TARGET_NAME }}.${{ matrix.platform }}.${{ matrix.target }}.so
- name: Copy DuckDB binaries and fix link (MacOS)
if: ${{ matrix.platform == 'macos' }}
Expand Down

0 comments on commit 6a76dec

Please sign in to comment.