Skip to content

Commit 6bbb322

Browse files
committed
Debug sdl2 in CI
1 parent 55549ea commit 6bbb322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Prepare
2020
run: |
2121
sudo apt-get update -y
22-
sudo apt-get install -y shellcheck teeworlds-server
22+
sudo apt-get install -y shellcheck teeworlds-server libsdl2-dev
2323
gem install bundler
2424
gem install rubocop:1.31.2
2525
bundle install --jobs 4 --retry 3
@@ -37,6 +37,7 @@ jobs:
3737
chmod +x DDNet7-headless
3838
sudo mv DDNet7-headless /usr/local/bin
3939
rm DDNet7-headless.zip
40+
ldd DDNet7-headless
4041
- name: '[CLIENT] Test sending chat messages'
4142
run: |
4243
./integration_test/run.sh client/chat.rb

0 commit comments

Comments
 (0)