From eab74e372907322d920b81c0b5f88aa5d0d32799 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 15 Jun 2022 18:44:42 +0200 Subject: [PATCH] Remove mingw mentions (#14) --- .github/workflows/ci.yml | 4 ---- README.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 792cdb1..7a437ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,6 @@ jobs: - uses: coursier/setup-action@v1 with: jvm: 8 - - name: Set up MinGW - uses: egor-tensin/setup-mingw@f3c5d799aadf8fa230ac67a422b01dd085bbc96b - with: - platform: x64 - run: .github/scripts/gpg-setup.sh shell: bash env: diff --git a/README.md b/README.md index c3c1981..121ec99 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ native APIs from Java / Scala via JNI. *coursier-jni-utils* is built with [Mill](https://com-lihaoyi.github.io/mill). It comes up with Mill launchers -(`mill`, `mill.bat`), so that only a JVM and [mingw](https://www.mingw-w64.org) +(`mill`, `mill.bat`), so that only a JVM and the Visual C++ compiler should be needed to build it. ### Requirements @@ -40,7 +40,7 @@ Then open the `jni-utils` directory in IDEA. $ ./mill __.compile ``` -This should automatically compile `.h` / `.c` files with mingw, create a +This should automatically compile `.h` / `.c` files with Visual C++, create a corresponding `.dll`, and make it available as a resource from Java. ### Running tests