diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/cpp-httplib/.github/workflows/test_proxy.yaml | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/cpp-httplib/.github/workflows/test_proxy.yaml')
| -rw-r--r-- | libs/cpp-httplib/.github/workflows/test_proxy.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/cpp-httplib/.github/workflows/test_proxy.yaml b/libs/cpp-httplib/.github/workflows/test_proxy.yaml deleted file mode 100644 index 571dc96..0000000 --- a/libs/cpp-httplib/.github/workflows/test_proxy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Proxy Test - -on: [push, pull_request] - -jobs: - test-proxy: - runs-on: ubuntu-latest - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name - - steps: - - uses: actions/checkout@v3 - - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y build-essential libssl-dev zlib1g-dev libcurl4-openssl-dev libbrotli-dev libzstd-dev netcat-openbsd - - - name: Run proxy tests - run: | - cd test && make proxy
\ No newline at end of file |
