1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

thx.semver github workflow type beat

This commit is contained in:
Cameron Taylor 2022-05-13 12:00:33 -04:00
parent 68e807e5c1
commit c9c3bf7a21

View file

@ -1,7 +1,7 @@
name: learn-github-actions
on: [push]
jobs:
create-nightly-linux:
create-nightly-html5:
runs-on: ubuntu-latest
steps:
- uses: krdlab/setup-haxe@v1.1.6
@ -23,6 +23,7 @@ jobs:
haxelib install firetongue --quiet
haxelib install hxcpp-debug-server --quiet
haxelib install hxcpp --quiet
haxelib install thx.semver --quiet
haxelib git polymod https://github.com/larsiusprime/polymod develop --quiet
haxelib run lime setup linux
- name: Build game?