We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049b2da commit 399f6f5Copy full SHA for 399f6f5
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: TestingAdmob
+name: Testing
2
on:
3
push:
4
branches: master
@@ -28,6 +28,7 @@ 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
0 commit comments