Skip to content

Commit

Permalink
ci: fix to
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Mar 29, 2024
1 parent 0ee4dab commit e849ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
ARTIFACT_NAME="${LIB_NAME}-${LIB_VERSION}-${TARGET}.tar.gz"
if [[ ${{ runner.os }} == 'Windows' ]]; then
pushd ..
Rscript -e 'pak::pak("pkgbuild")'
Rscript -e 'install.packages("pkgbuild")'
Rscript -e 'pkgbuild::compile_dll()' # Linker of Rtools is needed here.
popd
else
Expand Down

0 comments on commit e849ff9

Please sign in to comment.