Simplify error

This commit is contained in:
Rik 2020-08-14 16:49:13 +02:00
parent d12021a921
commit adf1f3ba49
2 changed files with 3 additions and 2 deletions

View File

@ -40,5 +40,5 @@ jobs:
sudo cp --verbose --force --recursive /run/current-system/sw/bin/ ~/sw/bin/
fi
- run: dvisvgm --version
- run: rclone version

View File

@ -6,5 +6,6 @@ let
inherit (texlive) scheme-small dvisvgm;
};
in [
myTex
# myTex
rclone
]