Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f52eed1

Browse files
committed
💚 Fix update issues
Updates are expected in a specific place by gluon and we should avoid overriding that, because it leads to import errors
1 parent 5123ac7 commit f52eed1

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,13 @@ jobs:
196196
echo 'export PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"' >> ~/.bash_profile
197197
echo 'export PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"' >> ~/.zsh
198198
source ~/.bash_profile
199-
199+
200200
# There are bugs in python 3.10 which prevent firefox from building correctly. This should
201201
# fix it for the moment until mozilla or Python fix it
202202
- name: Hotfix for bug 1766497 & 1786419
203203
uses: actions/setup-python@v4
204204
with:
205-
python-version: '3.9'
206-
205+
python-version: '3.9'
207206

208207
- name: Save sccache
209208
uses: actions/cache@v2
@@ -386,10 +385,10 @@ jobs:
386385

387386
- name: Copy update manifests
388387
run: |
389-
mkdir -p updates/browser
390-
cp -a macos_update_manifest/. updates/browser/
391-
cp -a linux_update_manifest/. updates/browser/
392-
cp -a windows_update_manifest/. updates/browser/
388+
mkdir -p updates/updates
389+
cp -a macos_update_manifest/. updates/updates/
390+
cp -a linux_update_manifest/. updates/updates/
391+
cp -a windows_update_manifest/. updates/updates/
393392
394393
- uses: stefanzweifel/git-auto-commit-action@v4
395394
with:

‎src/build/application-ini-in.patch‎

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)