Skip to content

Commit

Permalink
Update build-debug-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylveondev authored Sep 17, 2024
1 parent 6d477bd commit 004d8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-debug-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

buildHtml:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install Haxelib
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null
haxelib install hxcpp > /dev/null --quiet
haxelib install lime
haxelib install openfl
haxelib --never install flixel
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
with:
name: htmlBuild
path: 'export/release/html5/bin'


0 comments on commit 004d8c1

Please sign in to comment.