Skip to content

Commit

Permalink
test(ci): adding cache to papyrus docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-yakovian-starkware committed Jan 14, 2025
1 parent 1deb721 commit eb772c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install_rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ runs:
steps:
- uses: moonrepo/setup-rust@v1
with:
cache-base: main(-v[0-9].*)?
cache-base: refs/pull/3304/merge
cache-target: release
inherit-toolchain: true
bins: [email protected], cargo-machete
# Install additional non-default toolchains (for rustfmt for example), NOP if input omitted.
Expand Down

0 comments on commit eb772c4

Please sign in to comment.