Rename label
authorAnthony Green <green@moxielogic.com>
Sun, 5 Feb 2023 14:51:37 +0000 (09:51 -0500)
committerAnthony Green <green@moxielogic.com>
Sun, 5 Feb 2023 14:52:00 +0000 (09:52 -0500)
.github/workflows/build.yml

index 3f198e20f2b2ec516b9b134c70fed7c9b18561a3..05d0e6ace59aa5a5eb94374973b1803a217de200 100644 (file)
@@ -211,7 +211,7 @@ jobs:
           wget -qO - https://rl.gl/cli/rlgl-linux-amd64.tgz | \
                tar --strip-components=2 -xvzf - ./rlgl/rlgl;
           ./rlgl l --key=0LIBFFI-0LIBFFI-0LIBFFI-0LIBFFI https://rl.gl
-          ./rlgl e -l project=libffi -l sha=${GITHUB_SHA:0:7} -l CC='${{ matrix.CFARM_CC }}' -l host=${{ matrix.CFARM_TRIPLE }} --policy=https://github.com/libffi/rlgl-policy.git libffi.log
+          ./rlgl e -l project=libffi -l sha=${GITHUB_SHA:0:7} -l CC='${{ matrix.CFARM_CC }}' -l build-host=${{ matrix.CFARM_TRIPLE }} --policy=https://github.com/libffi/rlgl-policy.git libffi.log
           exit $?
 
   build: