fix: fix actions fail

This commit is contained in:
Naughtz
2022-08-08 17:12:27 +08:00
parent 88423c1e86
commit 1c19bee773
2 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,9 @@ flutter config --enable-linux-desktop
# Fix any problems reported by flutter doctor
flutter doctor
# install keybinder-3.0
apt-get install keybinder-3.0
# Add the githooks directory to your git configuration
printMessage "Setting up githooks."
git config core.hooksPath .githooks