Skip to content

Commit

Permalink
remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 11, 2024
1 parent 254bf70 commit a7e0c2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/take_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y xvfb scrot imagemagick libxkbcommon-x11-0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Start Xvfb
run: |
Xvfb :0 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down

0 comments on commit a7e0c2f

Please sign in to comment.