github: commentary typo fix
and remove a trailing space Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
7d76420857
commit
df6fd04aaf
1 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install depedencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install -y
|
run: sudo apt-get install -y
|
||||||
gcc
|
gcc
|
||||||
# see what's available in /usr/bin
|
# see what's available in /usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue