Fix rust version and install a rust version compatible with LLVM 19

Update border radius in zen-browser.js to 8 pixels
Set default width to 250px in ZenStartup.mjs
Adjust overflow and border radius in zen-browser-container.css
Update background color in vertical-tabs.css
This commit is contained in:
mr. M
2024-10-26 19:51:26 +02:00
parent 722ddfb736
commit cde46b77de
6 changed files with 13 additions and 4 deletions

View File

@@ -96,6 +96,12 @@ jobs:
- name: Download firefox source and dependencies
run: pnpm surfer download
- name: Fix rust version
run: |
# Install a rust version compatible with LLVM 19
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
- name: Import
env:
SURFER_COMPAT: ${{ matrix.generic == true }}