Skip to content

Commit

Permalink
.github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 24, 2024
1 parent ba364af commit 3fc7ccd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,10 @@ jobs:
cargo install --git https://github.com/coral-xyz/anchor anchor-cli --tag v${{ matrix.anchor-version }} || echo "Anchor installation failed"
anchor --version || echo "Anchor version not found"
- name: Debug Project Structure
- name: Debug Environment
run: |
echo "Current directory: $(pwd)"
echo "PATH: $PATH"
echo "Directory structure:"
tree -L 3 || ls -R
- name: Debug Environment
run: |
echo "Rust version: $(rustc --version)"
echo "Cargo version: $(cargo --version)"
echo "Solana version: $(solana --version)"
Expand Down

0 comments on commit 3fc7ccd

Please sign in to comment.