Compare commits

3 Commits
fuk ... main

Author SHA1 Message Date
2eac40bcc6 shit
Some checks failed
Compile / build (push) Failing after 2m29s
2025-07-18 20:55:39 +02:00
b2e2d27a2a shitfuckanalsex 2025-07-18 20:54:54 +02:00
92cc9f6384 Merge pull request 'fuk' (#1) from fuk into main
Reviewed-on: http://10.0.0.13:3002/rattatwinko/sstvr36e/pulls/1
2025-07-18 14:36:35 +00:00
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: Compile
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build with cargo (release)
run: cargo build --release

0
font8x8_basic.bin Normal file
View File