Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit-test-neko-haxe3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -24,7 +24,7 @@ jobs:
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install utest --quiet

- name: Fix haxelib repo
Expand All @@ -50,7 +50,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -68,7 +68,7 @@ jobs:
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install utest --quiet

- name: Fix haxelib repo
Expand All @@ -95,7 +95,7 @@ jobs:
# AL init fails on both windows and ubuntu
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -113,7 +113,7 @@ jobs:
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install utest --quiet

- name: Fix haxelib repo
Expand All @@ -140,7 +140,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -163,7 +163,7 @@ jobs:
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install utest --quiet
haxelib run lime config AIR_SDK ${{ env.AIR_HOME }}

Expand All @@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -214,7 +214,7 @@ jobs:
run: |
haxe run.hxml

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: openfl-haxelib
path: |
Expand All @@ -229,7 +229,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -247,7 +247,7 @@ jobs:
haxelib install hxcpp --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install dox --quiet
haxelib dev openfl ${{ github.workspace }}

Expand All @@ -260,7 +260,7 @@ jobs:
run: |
haxe docs.hxml

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: openfl-docs
path: docs
Expand All @@ -285,15 +285,15 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib --global update haxelib
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UP --quiet
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet

- name: Fix haxelib repo
run: |
haxelib fixrepo

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib --global update haxelib
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install actuate --quiet
haxelib install genes --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet
Expand All @@ -345,7 +345,7 @@ jobs:
run: |
haxelib fixrepo

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -396,15 +396,15 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib --global update haxelib
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet

- name: Fix haxelib repo
run: |
haxelib fixrepo

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -447,15 +447,15 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib --global update haxelib
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet
haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet

- name: Fix haxelib repo
run: |
haxelib fixrepo

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down
Loading