Skip to content

Commit

Permalink
+ git
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Jun 19, 2024
1 parent 10656bc commit 996253d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ function process_variant() {
function main() {
local _var
cd "$GITHUB_WORKSPACE" || return 1
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git describe --tag --abbrev=0 "--match=v[0-9]*" "--match=pre-rel-v[0-9]*"

rustup default stable

if test -d ./target; then
Expand Down

0 comments on commit 996253d

Please sign in to comment.