Skip to content

Commit

Permalink
feat(rust-workflow): Support the private registry
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
tlater-famedly committed Jan 23, 2025
1 parent 074e246 commit 323e27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust-prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
default: "famedly"
famedly_crates_registry_index:
description: "URL of famedly registry index"
default: "ssh://git@gitlab.com:22/famedly/company/devops/crates-index.git"
default: "ssh://git@ssh.shipyard.rs/famedly/crate-index.git"
additional_packages:
description: "Additional package to install during preparation"
default: ""
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"

[dependencies]
time = "0.3"
rust-relementry = {version = "0.1.0", registry = "famedly"}

[lints.clippy]
tabs_in_doc_comments = "allow"
Expand Down

0 comments on commit 323e27c

Please sign in to comment.