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 + 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