This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff 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 :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments