naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

commit d698b2bf64d62912afb6613734b0d1b50e899b97
parent 1edb23f4daac89fc7cba39c7fbe3d898b28aebc1
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sun, 12 Dec 2021 23:22:41 +0100

Check out code before installing java

Diffstat:
M.github/workflows/android.yml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -15,6 +15,8 @@ jobs: api-level: [29] steps: + - name: Check out code + uses: actions/checkout@v2 - name: Set up Go 1.17 uses: actions/setup-go@v2 @@ -27,9 +29,6 @@ jobs: distribution: 'temurin' cache: 'gradle' - - name: Check out code - uses: actions/checkout@v2 - - name: AVD cache uses: actions/cache@v2 id: avd-cache