chore: Update alpha.yml workflow to download artifacts in the "Download artifacts" step

This commit is contained in:
Mauro Balades
2024-07-25 15:33:22 +02:00
parent 4714cfcc84
commit f45b1ec317
2 changed files with 6 additions and 2 deletions

View File

@@ -308,6 +308,11 @@ jobs:
repository: zen-browser/flatpak
token: ${{ secrets.DEPLOY_KEY }}
submodules: recursive
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: zen.linux.tar.bz2
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:

View File

@@ -27,8 +27,7 @@ if test "$ZEN_RELEASE"; then
# PGO may cause link errors on windows!
if ! test "$ZEN_CROSS_COMPILING"; then
# WE ARE JUST SUPPORTING PGO FOR LINUX!
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
fi
export CFLAGS="-O2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -maes"