Skip to content

Commit

Permalink
fix path for toml_reader.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
magick93 committed Nov 26, 2024
1 parent 33f3a57 commit 3867484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Get rust-version
id: get-rust-version
run: RUST_VERSION=$(./.github/scripts/toml_reader.sh ./anchor/Cargo.toml package rust-version)
run: 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 3867484

Please sign in to comment.