Skip to content

Commit

Permalink
adding debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrypnotoad committed May 1, 2024
1 parent c595771 commit f4bad88
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Print environment info
run: |
echo "Printing environment variables..."
env
echo "Checking Node version..."
node --version
echo "Checking npm version..."
npm --version
echo "Checking Rust setup..."
rustup show
cargo --version
rustc --version
- name: Install dependencies with npm ci
run: npm ci
Expand Down

0 comments on commit f4bad88

Please sign in to comment.