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: |
|
run: |
|
||||||
chmod +x ${{ matrix.configure }}
|
chmod +x ${{ matrix.configure }}
|
||||||
|
|
||||||
|
- name: Install GDB
|
||||||
|
run: sudo apt-get install gdb -y
|
||||||
|
|
||||||
- name: Preparation
|
- name: Preparation
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user