mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
fix: wrong cd directory
This commit is contained in:
parent
9a44054fd9
commit
2397f41b5b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user