File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,6 @@ jobs:
117
117
./mach --no-interactive bootstrap --application-choice browser
118
118
cd ..
119
119
120
- - name : Install Rust
121
- run : |
122
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(cat .rust-toolchain)
123
- source $HOME/.cargo/env
124
-
125
120
- name : Insert API Keys
126
121
run : |
127
122
mkdir -p ~/.zen-keys
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ if command -v apt-get &> /dev/null; then
8
8
sudo apt-get install -y xvfb libnvidia-egl-wayland1 mesa-utils libgl1-mesa-dri
9
9
fi
10
10
11
+ . $HOME /.cargo/env
12
+
11
13
ulimit -n 4096
12
14
13
15
if command -v Xvfb & > /dev/null; then
Original file line number Diff line number Diff line change 26
26
"surfer" : " surfer" ,
27
27
"test" : " python3 scripts/run_tests.py" ,
28
28
"test:dbg" : " python3 scripts/run_tests.py --jsdebugger --debug-on-failure" ,
29
- "ffprefs" : " cd tools/ffprefs && cargo run --release -- bin ffprefs -- ../../" ,
29
+ "ffprefs" : " cd tools/ffprefs && cargo run --bin ffprefs -- ../../" ,
30
30
"lc" : " surfer license-check" ,
31
31
"lc:fix" : " surfer license-check --fix"
32
32
},
Original file line number Diff line number Diff line change 9
9
10
10
: root {
11
11
--panel-subview-body-padding : 2px 0 ;
12
+ --arrowpanel-menuitem-border-radius : 5px ;
13
+ --arrowpanel-menuitem-margin : var (--uc-arrowpanel-menuitem-margin-block )
14
+ var (--uc-arrowpanel-menuitem-margin-inline );
12
15
--arrowpanel-menuitem-padding-block : 8px ;
13
16
--arrowpanel-menuitem-padding-inline : 14px ;
14
17
--uc-arrowpanel-menuicon-margin-inline : 14px ;
You can’t perform that action at this time.
0 commit comments