Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
magick93 committed Nov 26, 2024
1 parent 3867484 commit e508fa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
steps:
- name: Get rust-version
id: get-rust-version
run: RUST_VERSION=$(./scripts/toml_reader.sh ./anchor/Cargo.toml package rust-version)
run: |
echo "Current working directory: $(pwd)"
ls -la $(pwd)
RUST_VERSION=$(./scripts/toml_reader.sh ./anchor/Cargo.toml package rust-version)
- name: Extract version (if stable)
if: github.event.ref == 'refs/heads/stable'
Expand Down

0 comments on commit e508fa1

Please sign in to comment.