mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
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
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install depedencies
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y
|
||||
gcc
|
||||
# see what's available in /usr/bin
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
name: tinycc master windows/amd64 on Windows
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
- uses: msys2/setup-msys2@v2
|
||||
# build project amd64
|
||||
- name: build amd64
|
||||
|
Loading…
Reference in New Issue
Block a user