Skip to content

Commit d3ee590

Browse files
committed
2 parents e25d01c + 92b8e46 commit d3ee590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414

1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v2.3.0
17+
- uses: actions/checkout@v2
1818
- uses: krdlab/setup-haxe@master
1919
with:
2020
haxe-version: 4.2.5
2121
# Runs a set of commands using the runners shell
2222
- name: Install Haxelib
2323
run: |
2424
haxelib setup ~/haxelib
25-
haxelib install hxcpp 4.3.2 > /dev/null --quiet
25+
haxelib install hxcpp > /dev/null --quiet
2626
haxelib install hmm --quiet
2727
haxelib run hmm install
2828
- name: Skip SScript setup mode

0 commit comments

Comments
 (0)