The previous workflow was getting stuck because it was trying to pull actions from GitHub (https://github.com/actions/cache@v3) which can cause connectivity and compatibility issues in Forgejo. Changes: - Remove all external GitHub action dependencies except checkout - Use Forgejo's built-in checkout@v4 action - Remove caching steps (can be added later with Forgejo-native actions) - Add explicit dependency installation step - Use 'cargo build --release' for better optimization This should make the CI more reliable and faster to start. |
||
|---|---|---|
| .. | ||
| workflows | ||