Skip to content

Commit

Permalink
Merge pull request #13 from magick93/unstable
Browse files Browse the repository at this point in the history
debugging
  • Loading branch information
magick93 authored Nov 26, 2024
2 parents 5249158 + e508fa1 commit 27b7155
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 27b7155

Please sign in to comment.