Show game framebuffer (#8)

This commit is contained in:
2024-07-21 17:53:33 -05:00
committed by GitHub
parent 447642f0b2
commit 3468b1f948
7 changed files with 73 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libgtk-3-dev
run: sudo apt update && sudo apt install libgtk-3-dev
- name: Build
run: cargo build --verbose
- name: Run tests