Use older Linux/macOS CI environments, fix Android script
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
haxe-version: [3.4.7, 4.1.5]
|
haxe-version: [3.4.7, 4.1.5]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-16.04, macos-10.15, windows-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
|
echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
|
||||||
echo "ANDROID_NDK_ROOT=~/.android-ndk-r15c" >> $GITHUB_ENV
|
echo "ANDROID_NDK_ROOT=~/android-ndk-r15c" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set environment variables (Windows)
|
- name: Set environment variables (Windows)
|
||||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user