mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-30 00:39:58 -04:00
thx.semver github workflow type beat
This commit is contained in:
parent
68e807e5c1
commit
c9c3bf7a21
1 changed files with 2 additions and 1 deletions
3
.github/workflows/learn-github-actions.yml
vendored
3
.github/workflows/learn-github-actions.yml
vendored
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue