Update CI script
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Install "lime" command alias (Windows)
|
- name: Install "lime" command alias (Windows)
|
||||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
haxelib dev lime $GITHUB_WORKSPACE
|
haxelib dev lime $Env:GITHUB_WORKSPACE
|
||||||
haxelib run lime setup -alias -y
|
haxelib run lime setup -alias -y
|
||||||
|
|
||||||
- name: Configure Android support (Linux)
|
- name: Configure Android support (Linux)
|
||||||
|
|||||||
Reference in New Issue
Block a user