|
@@ -12,6 +12,7 @@ on:
|
|
|
workflow_dispatch:
|
|
|
|
|
|
env:
|
|
|
+ WEBKIT_DISABLE_COMPOSITING_MODE: 1
|
|
|
RUST_BACKTRACE: 1
|
|
|
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
|
|
|
LC_ALL: en_US.UTF-8 # This prevents strace from changing it's number format to use commas.
|
|
@@ -52,7 +53,7 @@ jobs:
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
|
sudo apt-get update
|
|
|
- sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev xvfb
|
|
|
+ sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev xvfb at-spi2-core
|
|
|
wget https://github.com/sharkdp/hyperfine/releases/download/v1.11.0/hyperfine_1.11.0_amd64.deb
|
|
|
sudo dpkg -i hyperfine_1.11.0_amd64.deb
|
|
|
pip install memory_profiler
|