Skip to content

Commit

Permalink
Reenable aws sdk tests and libcurl apt installation to get lws debug …
Browse files Browse the repository at this point in the history
…logs
  • Loading branch information
disa6302 committed Dec 27, 2023
1 parent 42b871a commit 19daa51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt clean && sudo apt update
sudo apt-get -y install libcurl4-openssl-dev
- name: Build repository
run: |
# TODO: Remove the following line. This is only a workaround for enabling IPv6, https://github.com/travis-ci/travis-ci/issues/8891.
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
mkdir build && cd build
cmake .. -DBUILD_TEST=TRUE -DENABLE_AWS_SDK_IN_TESTS=OFF
cmake .. -DBUILD_TEST=TRUE
make
- name: Run tests
run: |
Expand Down

0 comments on commit 19daa51

Please sign in to comment.