fixing apt command

This commit is contained in:
Andy Pack 2025-01-27 00:41:35 +00:00
parent 9ccfad1a7d
commit f3e5feccd3
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -13,6 +13,6 @@ jobs:
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Install Deps
run: sudo apt update cmake && sudo apt -y install cmake
run: sudo apt update && sudo apt -y install cmake
- name: Build
run: mkdir build && cd build && ../cbuild