Skip to content

Fix: HTTP client does not always read the full response #1377 #4841

Fix: HTTP client does not always read the full response #1377

Fix: HTTP client does not always read the full response #1377 #4841

name: release_clang
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: install_clang
run: sudo apt-get install clang
- name: build
env:
CC: /usr/bin/clang
run: ./build.sh release
- name: install
run: sudo ./build.sh install