Skip to content

Commit

Permalink
display 0 damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 11, 2024
1 parent ba9c69e commit f0945fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/take_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y xvfb x11vnc scrot imagemagick libxkbcommon-x11-0
- name: Build
run: cargo build --release

- name: Start Xvfb
run: |
xvnc -geometry 1024x768 -depth 16 :10 > /dev/null 2>&1 &
xvnc -geometry 1024x768 -depth 16 :0 > /dev/null 2>&1 &
sleep 5
cargo build --release
cargo run --release > cargo.log 2>&1 &
sleep 30
cat cargo.log
Expand Down

0 comments on commit f0945fe

Please sign in to comment.