diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index f05402f9f..33d242502 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -63,15 +63,15 @@ jobs: ls $Env:USE_MINTTY = "0" - $workspace_dir = [regex]::replace($env:GITHUB_WORKSPACE, "^([A-Z]):", { "/" + $args.value.Substring(0, 1).toLower() }) -replace "\\","/" - $workspace_dir = $workspace_dir + "/engine" + $workspace_dir_current = [regex]::replace($env:GITHUB_WORKSPACE, "^([A-Z]):", { "/" + $args.value.Substring(0, 1).toLower() }) -replace "\\","/" + $workspace_dir = $workspace_dir_current + "/engine" echo $workspace_dir echo "cd $workspace_dir" '' >> mozilla-build-run.sh echo './mach --no-interactive bootstrap --application-choice browser' '' >> mozilla-build-run.sh echo 'ls /c/Users/runneradmin/.mozbuild/clang/bin' '' >> mozilla-build-run.sh echo 'LLVM_PROFDATA=/c/Users/runneradmin/.mozbuild/clang/bin/llvm-profdata.exe JARLOG_FILE=en-US.log ./mach python build/pgo/profileserver.py --binary /c/artifact/zen/zen.exe' '' >> mozilla-build-run.sh - C:\mozilla-build\start-shell.bat mozilla-build-run.sh + C:\mozilla-build\start-shell.bat $workspace_dir_current\mozilla-build-run.sh - name: 🐛 Debug Session if: ${{ failure() }} diff --git a/package.json b/package.json index 06584b41f..c3885ea69 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "homepage": "https://github.com/zen-browser/core#readme", "dependencies": { - "@zen-browser/surfer": "^1.1.1" + "@zen-browser/surfer": "^1.1.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21ee6f861..155f33af7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@zen-browser/surfer': - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.1.2 + version: 1.1.2 packages: @@ -109,8 +109,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@zen-browser/surfer@1.1.1': - resolution: {integrity: sha512-lNJDQovwa/wySkZcARa+FrL59VVZP+qMaksfiGxaxbsFy5JsH0WPaAU1TiqLH9yIuTMWJenpQp+JplM6YeiMjA==} + '@zen-browser/surfer@1.1.2': + resolution: {integrity: sha512-dmnxj96h95S8Xb1SvXKDjPBT3l3uHmgxLP3sFjwGX5APc2xXHLTk7YNiALHZRfc0Xh1foiZgFBvPKPq2mR74qQ==} hasBin: true ansi-regex@5.0.1: @@ -786,7 +786,7 @@ snapshots: '@types/node@17.0.45': {} - '@zen-browser/surfer@1.1.1': + '@zen-browser/surfer@1.1.2': dependencies: '@resvg/resvg-js': 1.4.0 async-icns: 1.0.2