We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55549ea commit 6bbb322Copy full SHA for 6bbb322
.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Prepare
20
run: |
21
sudo apt-get update -y
22
- sudo apt-get install -y shellcheck teeworlds-server
+ sudo apt-get install -y shellcheck teeworlds-server libsdl2-dev
23
gem install bundler
24
gem install rubocop:1.31.2
25
bundle install --jobs 4 --retry 3
@@ -37,6 +37,7 @@ jobs:
37
chmod +x DDNet7-headless
38
sudo mv DDNet7-headless /usr/local/bin
39
rm DDNet7-headless.zip
40
+ ldd DDNet7-headless
41
- name: '[CLIENT] Test sending chat messages'
42
43
./integration_test/run.sh client/chat.rb
0 commit comments