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 feb5f06078c40c9c2a3430fee961fa828be64dd8
parent 482a7ce8dabde1e871c57ffeb1ddb4286f47c902
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sat, 13 Apr 2024 13:21:42 +0200

Use new cache

Diffstat:
M.github/workflows/android.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -50,7 +50,7 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-${{ matrix.api-level }} + key: avd-cache-${{ matrix.api-level }} - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true'