Rename GitHub Action, fix install step, and add print version step

This commit is contained in:
Les De Ridder 2020-07-31 16:28:17 +02:00
parent 991c2e3262
commit a738390a8c
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: C/C++ CI
name: CI
on: [push, pull_request]
@ -52,4 +52,7 @@ jobs:
- name: Install
working-directory: build
run: make install
run: sudo make install
- name: Print version
run: i686-w64-mingw32-gdb --version