From 370f3f823621ca38e2275799aba3702dfac585bc Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 9 Sep 2025 11:23:09 -0400 Subject: [PATCH 1/2] add an alert about phishing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b8156e1..86474a3d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![PyPI](https://img.shields.io/pypi/v/mappy.svg?style=flat)](https://pypi.python.org/pypi/mappy) [![Build Status](https://github.com/lh3/minimap2/actions/workflows/ci.yaml/badge.svg)](https://github.com/lh3/minimap2/actions) ## Getting Started +**ALERT:** `minimap2.com` is a [phishing site](https://github.com/lh3/minimap2/issues/1316). Please don't use anything from that website. ```sh git clone https://github.com/lh3/minimap2 cd minimap2 && make From bd0cba50129c9d74fc03c69e707eb2ccc153b8b7 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 9 Sep 2025 13:52:16 -0400 Subject: [PATCH 2/2] upgrade arm64-linux to v3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bf8dfb9..453d8ab9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Compile with ${{ matrix.compiler }} - uses: uraimo/run-on-arch-action@v2 + uses: uraimo/run-on-arch-action@v3 with: arch: aarch64 distro: ubuntu22.04 @@ -65,4 +65,4 @@ jobs: run: | make CC=${{ matrix.compiler }} arm_neon=1 aarch64=1 -j file minimap2 | grep arm64 - \ No newline at end of file +