Fix malformed install-action call

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-09-04 21:06:13 -07:00
parent f9a975e6e5
commit e30f112516

View File

@@ -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