Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed May 21, 2024
1 parent 906d569 commit ae02145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
mkdir ${{ env.PROJECT_FOLDER }}\${{ env.TARGET_PATH }}
}
mv ${{ matrix.duckdb-url-name }} ${{ env.PROJECT_FOLDER }}\${{ matrix.duckdb-url-name }}
ls -R
dir
cd ${{ env.PROJECT_FOLDER }}
scons platform=windows target=${{ matrix.target }} target_path=${{ env.TARGET_PATH }} duckdb_lib_path=${{ matrix.duckdb-url-name }} duckdb_lib_name=${{ matrix.duckdb-lib-name }} target_name=${{ env.TARGET_NAME }} -j6 ${{ matrix.flags }}
Expand Down

0 comments on commit ae02145

Please sign in to comment.