From 15b134511b8485b64a1a539075a88f6c42e20bf5 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 10 Jul 2024 22:26:17 +0200 Subject: [PATCH] chore: Update path in alpha.yml workflow to fix directory listing issue --- .github/workflows/alpha.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 80bf4009c..6a30e0f22 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -326,8 +326,8 @@ jobs: echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> ../configs/common/mozconfig cat ../configs/common/mozconfig - ls ~/win-cross/ || true - cat engine/mozconfig + ls ~/win-cross/wine || true + ls ~/win-cross/vs2022 || true - name: setup Rust run: | @@ -350,6 +350,7 @@ jobs: run: | export SURFER_PLATFORM="win32" pnpm build + cat engine/mozconfig - name: Package run: |