Skip to content

Commit 55a950b

Browse files
committed
Github Actions: setup-adobe-air-action@v2
1 parent 5bf8afc commit 55a950b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ jobs:
8282
runs-on: windows-latest
8383
steps:
8484
- uses: actions/checkout@v3
85-
- uses: joshtynjala/setup-adobe-air-action@v1
85+
- uses: joshtynjala/setup-adobe-air-action@v2
86+
with:
87+
air-version: "33.1"
88+
accept-license: true
8689
- uses: krdlab/setup-haxe@v1
8790
with:
8891
haxe-version: ${{ matrix.haxe-version }}

0 commit comments

Comments
 (0)