Skip to content

Commit

Permalink
ci: fix the profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 28, 2023
1 parent 01cfc35 commit 6e10d0d
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 @@ -95,7 +95,7 @@ jobs:
TARGET="$(rustc -vV | grep host | cut -d' ' -f2)"
fi
Rscript -e 'pkgbuild::compile_dll()'
echo "LIBR_POLARS_PATH=$(pwd)/src/rust/target/${TARGET}/release/libr_polars.a" >>$GITHUB_ENV
echo "LIBR_POLARS_PATH=$(pwd)/src/rust/target/${TARGET}/${{ env.RPOLARS_PROFILE }}/libr_polars.a" >>$GITHUB_ENV
- name: make binary R package + test on host arch
if: matrix.config.target == ''
Expand Down

0 comments on commit 6e10d0d

Please sign in to comment.