dev #1

Open
midou wants to merge 15 commits from dev into main
Showing only changes of commit 4d6dde1727 - Show all commits

View File

@@ -2,7 +2,7 @@ pipeline:
build:
when:
event: [push, pull_request]
image: rust:latest
image: ghcr.io/13hannes11/gtk4-rs-docker:latest
commands:
- cargo update
- cargo build