mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Remove cache directory create now that it is done in pre cache.
This commit is contained in:
parent
38009341b0
commit
3742bed6fe
|
@ -17,8 +17,6 @@ for package in $packages; do
|
|||
done
|
||||
echo ""
|
||||
|
||||
mkdir -p $cache_dir
|
||||
|
||||
echo -n "Updating APT package list..."
|
||||
sudo apt-get update > /dev/null
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in a new issue