From df6fd04aafc9a6f06f3d319eba07031e835a6f2c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 23 Oct 2022 08:52:06 +0200 Subject: [PATCH] github: commentary typo fix and remove a trailing space Signed-off-by: Bernhard Reutner-Fischer --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac34fe0e..f44397bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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