Skip to content

Commit

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

0 comments on commit 0890343

Please sign in to comment.