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.
1 parent 565d1cb commit 56c8efdCopy full SHA for 56c8efd
.github/workflows/main.yml
@@ -28,7 +28,6 @@ jobs:
28
- name: Install Haxe Libraries
29
run: |
30
haxelib install lime --quiet --never --skip-dependencies
31
- haxelib install extension-androidtools --quiet --never --skip-dependencies
32
haxelib dev extension-admob .
33
34
- name: Setup hxcpp Library
@@ -58,7 +57,7 @@ jobs:
58
57
strategy:
59
fail-fast: false
60
matrix:
61
- example: [appopen, banner, interstitial, rewarded]
+ example: [admobtest]
62
steps:
63
- name: Checkout
64
uses: actions/checkout@main
0 commit comments