mirror of
https://github.com/rikhuijzer/test-caching.git
synced 2024-11-28 23:03:18 +03:00
Trigger CI (cache empty)
This commit is contained in:
parent
17e22f6bde
commit
f05fb4c694
9
.github/workflows/cache.yml
vendored
9
.github/workflows/cache.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
~/nix/store
|
||||
~/nix/bin
|
||||
# Using number to enforce fresh cache.
|
||||
key: ${{ runner.os }}-14
|
||||
key: ${{ runner.os }}-15
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v10
|
||||
@ -45,8 +45,5 @@ jobs:
|
||||
sudo cp --force --recursive ~/nix/bin/* $NIX_BIN/
|
||||
fi
|
||||
|
||||
- run: which pdflatex
|
||||
|
||||
- name: Check existence of pdflatex
|
||||
run: pdflatex --version
|
||||
|
||||
- name: Check existence of LaTeX
|
||||
run: dvisvgm --version
|
||||
|
Loading…
Reference in New Issue
Block a user