[READ-ONLY] Mirror of https://github.com/colibri-social/appview. The AppView (backend server) for Colibri api.colibri.social
2

Configure Feed

Select the types of activity you want to include in your feed.

ci: cache Rust builds in the release-plz workflow (#20)

authored by

Louis Escher and committed by
GitHub
(Jul 13, 2026, 6:37 PM +0200) 512cf9fa e0d2bd97

+8
+8
.github/workflows/release-plz.yml
··· 40 40 token: ${{ steps.app-token.outputs.token }} 41 41 - name: Install Rust 1.93 42 42 run: rustup toolchain install 1.93 --profile minimal 43 + - name: Rust Cache 44 + uses: swatinem/rust-cache@v2 45 + with: 46 + shared-key: release-plz 43 47 - name: Run release-plz 44 48 uses: release-plz/action@v0.5 45 49 with: ··· 66 70 token: ${{ steps.app-token.outputs.token }} 67 71 - name: Install Rust 1.93 68 72 run: rustup toolchain install 1.93 --profile minimal 73 + - name: Rust Cache 74 + uses: swatinem/rust-cache@v2 75 + with: 76 + shared-key: release-plz 69 77 - name: Run release-plz 70 78 uses: release-plz/action@v0.5 71 79 with: