From b7831d94977f5c937a9af57873a122de942a7afb Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 23 Mar 2026 20:30:55 +0100 Subject: [PATCH] remove libmicrohttpd --- .github/workflows/verify.yml | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index da760f1..1ed9104 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,7 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - - run: sudo apt-get install -y libmicrohttpd-dev - name: check working-directory: ./backend run: make check diff --git a/README.md b/README.md index 3b7ff88..8e74674 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,4 @@ - [Notion - H5](https://mercantec.notion.site/h5-2026) - [ESP32-S3 Get started](https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/index.html) -- [libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/manual/libmicrohttpd.html) -- [libmicrohttpd tutorial](https://www.gnu.org/software/libmicrohttpd/tutorial.html)