Commit 26cc9a6c73c80e8459c25da3718c91cf5a36cbd8

Anthony Green 2022-09-10T20:36:45

Remove stray }}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 95f2d44..43f551a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -234,7 +234,7 @@ jobs:
                           -l project=libffi \
                           -l sha=${GITHUB_SHA:0:7} \
                           -l CC=gcc \
-                          -l host=x86_64-pc-cygwin }} \
+                          -l host=x86_64-pc-cygwin \
                           --policy=https://github.com/libffi/rlgl-policy.git $(find . -name libffi.log)
         shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
 
@@ -290,6 +290,6 @@ jobs:
                           -l project=libffi \
                           -l sha=${GITHUB_SHA:0:7} \
                           -l CC=msvcc.sh \
-                          -l host=x86_64-pc-cygwin }} \
+                          -l host=x86_64-pc-cygwin \
                           --policy=https://github.com/libffi/rlgl-policy.git $(find . -name libffi.log)
         shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'