mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Fix malformed install-action call
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
run: sudo apt-get update && sudo apt-get install gcc-multilib
|
run: sudo apt-get update && sudo apt-get install gcc-multilib
|
||||||
|
|
||||||
- name: Install xbuild
|
- 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')
|
if: contains(matrix.platform.target, 'android') || contains(matrix.platform.target, 'ios')
|
||||||
with:
|
with:
|
||||||
tool: xbuild@0.2.0
|
tool: xbuild@0.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user