We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e25d01c + 92b8e46 commit d3ee590Copy full SHA for d3ee590
.github/workflows/linux.yml
@@ -14,15 +14,15 @@ jobs:
14
15
steps:
16
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17
- - uses: actions/checkout@v2.3.0
+ - uses: actions/checkout@v2
18
- uses: krdlab/setup-haxe@master
19
with:
20
haxe-version: 4.2.5
21
# Runs a set of commands using the runners shell
22
- name: Install Haxelib
23
run: |
24
haxelib setup ~/haxelib
25
- haxelib install hxcpp 4.3.2 > /dev/null --quiet
+ haxelib install hxcpp > /dev/null --quiet
26
haxelib install hmm --quiet
27
haxelib run hmm install
28
- name: Skip SScript setup mode
0 commit comments