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