mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
Fixed workflow issues
This commit is contained in:
2
.github/workflows/windows-alpha-build.yml
vendored
2
.github/workflows/windows-alpha-build.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
name: Download artifact if use profdata
|
||||
if: !inputs.generate-gpo
|
||||
if: ${{ !inputs.generate-gpo }}
|
||||
with:
|
||||
name: ${{ inputs.profile-data-path }}
|
||||
path: ~/artifact
|
||||
|
||||
@@ -77,10 +77,10 @@ if test "$ZEN_RELEASE"; then
|
||||
ac_add_options RUSTC_OPT_LEVEL="3"
|
||||
|
||||
# PGO may cause link errors on windows!
|
||||
#if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
export MOZ_PGO=1
|
||||
ac_add_options MOZ_PGO=1
|
||||
#fi
|
||||
fi
|
||||
|
||||
mk_add_options 'export RUSTC_WRAPPER=/home/runner/.mozbuild/sccache/sccache'
|
||||
mk_add_options 'export CCACHE_CPP2=yes'
|
||||
|
||||
Reference in New Issue
Block a user