From 6bfe84dfe1e0e49966000294ebffbc146551a4a6 Mon Sep 17 00:00:00 2001 From: ko1N Date: Mon, 15 Mar 2021 12:51:06 +0100 Subject: [PATCH] Fixed github action syntax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71e1262..94f1c5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: jobs: build_ubuntu_x86-64: - name: Build for ubuntu-latest (x86-64) + name: Build for ubuntu-latest (x86-64) runs-on: ubuntu-latest steps: - uses: actions/checkout@v2