This commit is contained in:
2024-07-21 17:41:07 -05:00
parent ed26f3f42a
commit 871be1d8ac

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