diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 0c8cba8..3ef60f2 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build-windows: - runs-on: docker + runs-on: tesp_tsp 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: docker + runs-on: tesp_tsp container: image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:latest steps: diff --git a/README.md b/README.md deleted file mode 100644 index f4c74a7..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -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)