We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf8afc commit 55a950bCopy full SHA for 55a950b
.github/workflows/tests.yml
@@ -82,7 +82,10 @@ jobs:
82
runs-on: windows-latest
83
steps:
84
- uses: actions/checkout@v3
85
- - uses: joshtynjala/setup-adobe-air-action@v1
+ - uses: joshtynjala/setup-adobe-air-action@v2
86
+ with:
87
+ air-version: "33.1"
88
+ accept-license: true
89
- uses: krdlab/setup-haxe@v1
90
with:
91
haxe-version: ${{ matrix.haxe-version }}
0 commit comments