installing gdb in project workflow

This commit is contained in:
Václav Šmejkal 2025-01-09 15:48:21 +01:00
parent d58374232a
commit 4f2741b2ad
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -50,6 +50,9 @@ jobs:
run: |
chmod +x ${{ matrix.configure }}
- name: Install GDB
run: sudo apt-get install gdb -y
- name: Preparation
run: sudo ./${{ matrix.configure }}