Skip to content

Commit

Permalink
FIx CI, switch to html5
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored May 15, 2024
1 parent 1a36e1c commit 249be3a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lix-pm/setup-lix@master
- uses: HaxeFlixel/setup-flixel@master
- run: sudo apt-get update
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.2
haxe-version: "4.3.3"
- uses: HaxeFlixel/setup-flixel@v1
with:
haxe-version: current
flixel-versions: release
target: flash
target: html
- run: npm install
working-directory: api/dox
- run: haxe --cwd api --run Make xml pages
Expand Down

0 comments on commit 249be3a

Please # to comment.