Skip to content

Commit

Permalink
install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Aug 27, 2024
1 parent 5884ff3 commit 996f4cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996f4cc

Please sign in to comment.