Skip to content

Commit 5094e5e

Browse files
committed
merge upstream
2 parents 2a75747 + 586b0b0 commit 5094e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@v4
1819
- uses: krdlab/setup-haxe@v1
1920
with:
2021
haxe-version: 4.3.4
@@ -29,6 +30,7 @@ jobs:
2930
build:
3031
runs-on: ubuntu-latest
3132
steps:
33+
- uses: actions/checkout@v4
3234
- uses: krdlab/setup-haxe@v1
3335
with:
3436
haxe-version: latest # Install 'haxe_latest.tar.gz' from https://build.haxe.org/builds/haxe/linux64/
@@ -41,6 +43,7 @@ jobs:
4143
build:
4244
runs-on: ubuntu-latest
4345
steps:
46+
- uses: actions/checkout@v4
4447
- uses: krdlab/setup-haxe@v1
4548
with:
4649
haxe-version: 4.3.4

0 commit comments

Comments
 (0)