Skip to content

Commit

Permalink
GitLab CI: Don't hang on apt-get asking for timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 26, 2024
1 parent a595616 commit 9e74ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steamos:
- cmake -Bbuild-steamos -GNinja -DCMAKE_BUILD_TYPE=Debug
- cd build-steamos
- ninja
- apt-get install -y xserver-xorg-video-dummy >/dev/null
- DEBIAN_FRONTEND=noninteractive apt-get install -y xserver-xorg-video-dummy >/dev/null
- Xorg -config ../data/xorg.conf &>/dev/null &
- sleep 1 # wait for Xorg to boot up
- DISPLAY=:0 ./jngl-unittest
Expand Down

0 comments on commit 9e74ccf

Please sign in to comment.