mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-23 16:31:10 +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:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd "$(dirname "$0")" || exit 1
|
cd ./scripts
|
||||||
sudo apt update && sudo apt -y install setools lzip wine winetricks patchelf e2fsprogs python3-pip aria2
|
sudo apt update && sudo apt -y install setools lzip wine winetricks patchelf e2fsprogs python3-pip aria2
|
||||||
python3 -m pip install requests
|
python3 -m pip install requests
|
||||||
cp -r ../wine/.cache/* ~/.cache
|
cp -r ../wine/.cache/* ~/.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user