Skip to content

Commit

Permalink
chore: add debug output for Godot symlink path
Browse files Browse the repository at this point in the history
  • Loading branch information
stranne committed Aug 16, 2024
1 parent da4251f commit 7e9ed0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
# Godot.
GODOT_SYMLINK="$(dotnet run -- godot env path)"
echo "🕵️‍♂️ Godot symlink path: $GODOT_SYMLINK"
# Make sure we can use Godot.
$GODOT_SYMLINK --version
Expand Down

0 comments on commit 7e9ed0e

Please sign in to comment.