Skip to content

Commit

Permalink
GHA: windows updates for zip
Browse files Browse the repository at this point in the history
Now that we install Rtools40, we can use zip again
from the Makefile.

[ci skip]
  • Loading branch information
gaborcsardi committed Apr 28, 2023
1 parent ec0ceb5 commit 1e8967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib/R-%.done: lib/%/_pak.done
rm -rf lib/$*/pak/library/_cache
rm -rf lib/$*/pak/library/*/help
rm -rf lib/$*/pak/library/*/doc
cd lib/$* && Compress-Archive -path pak -destination pak_$(PAKVERSION).zip
cd lib/$* && zip -r pak_$(PAKVERSION).zip pak
touch $@

lib/%/pak:
Expand Down

0 comments on commit 1e8967c

Please sign in to comment.