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 63c5504 commit 3552fa7Copy full SHA for 3552fa7
.github/workflows/ci.yml
@@ -19,6 +19,11 @@ jobs:
19
steps:
20
- name: Check out repo
21
uses: actions/checkout@v2
22
+ - name: Install java 11
23
+ uses: actions/setup-java@v2
24
+ with:
25
+ distribution: 'adopt'
26
+ java-version: '11'
27
- name: Install curl
28
run: sudo apt-get install -y curl libcurl4-openssl-dev
29
- name: Test secret
.github/workflows/release.yml
@@ -28,6 +28,11 @@ jobs:
30
31
32
33
34
35
36
37
38
- name: Verify Android
0 commit comments