Skip to content

Commit

Permalink
Revert "fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 580e9bb.
  • Loading branch information
eitsupi committed Oct 28, 2023
1 parent 580e9bb commit 37fa5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
Rscript -e 'pkgbuild::compile_dll()'
mkdir -p tools
mv "$(pwd)/src/rust/target/${TARGET}/release/libr_polars.a" tools
echo "LIBR_POLARS_PATH=$(pwd)/tools/libr_polars.a" >>$GITHUB_ENV
echo "LIBR_POLARS_PATH=$(pwd)tools/libr_polars.a" >>$GITHUB_ENV
- name: make binary R package + test on host arch
if: matrix.config.target == ''
Expand Down

0 comments on commit 37fa5d2

Please sign in to comment.