uwu 2 meow mrrp :3
Some checks failed
/ build (push) Failing after 59s

This commit is contained in:
xqtc161 2024-07-11 14:53:31 +02:00
parent bb3f6db3d3
commit c09e5ee396

View file

@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install cargo
run: |
apt update
apt install --yes cargo
- name: Build
run: cargo build --verbose
- name: Run tests