From e30f112516f47e09af561045680aaf272f5fe996 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 4 Sep 2023 21:06:13 -0700 Subject: [PATCH] Fix malformed install-action call Signed-off-by: John Nunley --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33f42a85..a7ac9407b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: sudo apt-get update && sudo apt-get install gcc-multilib - name: Install xbuild - uses: taiki-e/install-action + uses: taiki-e/install-action@v2 if: contains(matrix.platform.target, 'android') || contains(matrix.platform.target, 'ios') with: tool: xbuild@0.2.0