Skip to content

Commit

Permalink
fix: add trailing slash to sparse registry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NubsCarson committed Dec 28, 2024
1 parent cc6a86e commit fc4f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
mkdir -p ~/.cargo
cat >> ~/.cargo/config.toml << EOF
[registries.github]
index = "sparse+https://github.com/NubsCarson/SolanaOasis-Layer2.git"
index = "sparse+https://github.com/NubsCarson/SolanaOasis-Layer2.git/"
registry = "https://api.github.com/orgs/NubsCarson/packages"
EOF
Expand Down

0 comments on commit fc4f829

Please sign in to comment.