Skip to content

Commit 78231cb

Browse files
committed
a
1 parent d3ee590 commit 78231cb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: krdlab/setup-haxe@master
1919
with:
20-
haxe-version: 4.2.5
20+
haxe-version: 4.3.4
2121
# Runs a set of commands using the runners shell
2222
- name: Install Haxelib
2323
run: |

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2.3.0
1717
- uses: krdlab/setup-haxe@master
1818
with:
19-
haxe-version: 4.2.5
19+
haxe-version: 4.3.4
2020
- name: Install Haxelib
2121
run: |
2222
haxelib setup ~/haxelib

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2.3.0
1616
- uses: krdlab/setup-haxe@master
1717
with:
18-
haxe-version: 4.2.5
18+
haxe-version: 4.3.4
1919
- name: Install Haxelib
2020
run: |
2121
haxelib setup C:/haxelib

hmm.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
"dir": null,
6969
"ref": "master",
7070
"url": "https://github.com/ianharrigan/hscript-ex"
71+
},
72+
{
73+
"name": "linc_luajit",
74+
"type": "git",
75+
"dir": null,
76+
"ref": "master",
77+
"url": "https://github.com/superpowers04/linc_luajit"
7178
}
7279
]
7380
}

0 commit comments

Comments
 (0)