From 66b05b752084c980a84a7b88107893035681d384 Mon Sep 17 00:00:00 2001 From: Crizomb Date: Mon, 19 Jan 2026 00:04:45 +0100 Subject: [PATCH 1/2] readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4c74a7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Small game made in bevy to learn rust & bevy and also a little bit about CI. + + +It was a great experience. +You can play it on your browser [here](https://crizomb.itch.io/kirbby-bubble-massacre) From 9d31e22d91fac4082b740a42493ea026a43a0fe8 Mon Sep 17 00:00:00 2001 From: Crizomb Date: Mon, 19 Jan 2026 00:07:56 +0100 Subject: [PATCH 2/2] running on good & old runner --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3ef60f2..0c8cba8 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build-windows: - runs-on: tesp_tsp + runs-on: docker container: image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest steps: @@ -36,7 +36,7 @@ jobs: path: dist/bevy-santa build-linux: - runs-on: tesp_tsp + runs-on: docker container: image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest steps: