From 996f4cca65950bc76b5992f7ebcfe1780c131aad Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Tue, 27 Aug 2024 12:45:55 +0200 Subject: [PATCH] install chrome --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8ce2959..774f61f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,6 +16,8 @@ jobs: with: toolchain: stable targets: x86_64-unknown-linux-gnu + - run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - + - run: apt-get update && apt-get install -y google-chrome-stable - run: git checkout -B pr_check - run: rustup component add clippy - run: cargo install cargo-release