Tune the build dependencies for test & autobahn

pull/55/head
Constantin Nickel 4 years ago committed by Sebastian Dröge
parent 2f389ad7f8
commit 994149c509
  1. 5
      .github/workflows/ci.yml

@ -27,8 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install libssl-dev python-unittest2
sudo pip install urllib3[secure] autobahntestsuite
sudo apt-get install libssl-dev
- name: Check default-features
run: cargo check
@ -93,7 +92,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install python-unittest2
sudo apt-get install libssl-dev python-unittest2
sudo pip install urllib3[secure] autobahntestsuite
- name: Build Autobahn TestSuite for client

Loading…
Cancel
Save