Skip to content

Commit 342386f

Browse files
committed
update
1 parent b7386db commit 342386f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-generated-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# Extract the tarball, stripping the top-level component
5959
tar -xf "${SOLANA_TARBALL}" -C "${SOLANA_INSTALL_DIR}" --strip-components=1 || { echo "Error: Failed to extract Solana CLI tarball."; exit 1; }
6060
61+
echo "Listing contents of Solana installation directory:"
62+
ls -lR "${SOLANA_INSTALL_DIR}" # List recursively to see the structure
63+
6164
echo "Adding Solana CLI to PATH"
6265
echo "${SOLANA_INSTALL_DIR}/bin" >> $GITHUB_PATH
6366

0 commit comments

Comments
 (0)