mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-01 12:30:08 +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
|
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
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
name: tinycc master windows/amd64 on Windows
|
name: tinycc master windows/amd64 on Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
# build project amd64
|
# build project amd64
|
||||||
- name: build amd64
|
- name: build amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user