Skip to content

Commit 04866b6

Browse files
authored
Update api-level values to string format
Changed api-level values to be string literals.
1 parent 8235a01 commit 04866b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
target: google_apis
4141
arch: x86_64
4242
- os: ubuntu-latest
43-
api-level: 37.0
43+
api-level: "37.0"
4444
target: google_apis_playstore_ps16k
4545
arch: x86_64
4646
- os: ubuntu-latest
47-
api-level: 37.0
47+
api-level: "37.0"
4848
target: google_apis_ps16k
4949
arch: x86_64
5050
- os: ubuntu-latest
51-
api-level: 37.0
51+
api-level: "37.0"
5252
target: playstore_ps16k
5353
arch: x86_64
5454
- os: ubuntu-latest

0 commit comments

Comments
 (0)