fix bad typo

This commit is contained in:
Mikkel Troels Kongsted 2026-03-24 08:44:00 +01:00
parent 0ae3a30892
commit 8172775671

View File

@ -40,7 +40,7 @@ jobs:
working-directory: ./game working-directory: ./game
run: cargo check run: cargo check
- name: build - name: build
working-directory: ./gam working-directory: ./game
run: cargo build run: cargo build
- name: test - name: test
working-directory: ./game working-directory: ./game