installing gdb in project workflow
This commit is contained in:
parent
d58374232a
commit
4f2741b2ad
3
.github/workflows/why2-project.yml
vendored
3
.github/workflows/why2-project.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user