Testing cache
Some checks failed
Gitea Actions Demo / amd-docker (push) Failing after 27s

This commit is contained in:
Gabriel Simmer 2023-08-15 19:34:03 +01:00
parent ccac186b7e
commit 2c02ae65a9
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -6,4 +6,11 @@ jobs:
amd-docker:
runs-on: docker
steps:
- run: sudo docker version
- name: Cache Nix store
uses: actions/cache@v3.0.8
id: nix-cache
with:
path: /tmp/cache-me
key: "test-cache"
- run: echo "FOO" > /tmp/cache-me