From bbec5c3c14a87d815b597343666abb8d65bd4919 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Thu, 20 May 2021 18:06:56 -0400 Subject: [PATCH] ci: fix syntax errors --- .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 9b1d7a0..f8f0dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,9 @@ jobs: os: ubuntu-latest # - windows # - darwin - goarch: + - goarch: - amd64 - exclude: + - exclude: - goarch: "386" goos: darwin steps: