fix: wrong cd directory

This commit is contained in:
Peter Njeim 2022-08-29 19:19:27 -03:00
parent 9a44054fd9
commit 2397f41b5b

View File

@ -70,7 +70,7 @@ jobs:
steps:
- name: Install Dependencies
run: |
cd "$(dirname "$0")" || exit 1
cd ./scripts
sudo apt update && sudo apt -y install setools lzip wine winetricks patchelf e2fsprogs python3-pip aria2
python3 -m pip install requests
cp -r ../wine/.cache/* ~/.cache