when: - event: [push, pull_request] branch: main steps: ci: image: codeberg.org/jasterv/rust-ci:1.93 commands: - apt update -y - apt-get install -y protobuf-compiler - cargo make ci