summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 5d9f61b5f..e535f8737 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -29,7 +29,6 @@ jobs:
mv mingw-w64-toolchain-9.1.0-linux-x86_64.tar.gz toolchains
cd toolchains
tar xvf mingw-w64-toolchain-9.1.0-linux-x86_64.tar.gz
- pwd
cd mingw-w64-toolchain-9.1.0-linux-x86_64/mingw-w64-x86_64/
pwd
else
@@ -39,7 +38,7 @@ jobs:
- name: Build CLI and LibHB
run: |
- export PATH="/home/runner/toolchains/mingw-w64-toolchain-9.1.0-linux-x86_64/mingw-w64-x86_64/bin:${PATH}"
+ export PATH="/home/runner/work/HandBrake/HandBrake/toolchains/mingw-w64-toolchain-9.1.0-linux-x86_64/mingw-w64-x86_64/bin:${PATH}"
./configure --cross=x86_64-w64-mingw32 --enable-qsv --enable-vce --enable-nvenc --launch-jobs=$(nproc) --launch
cd build
make pkg.create.zip