Skip to content

Commit

Permalink
Remove mingw mentions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 15, 2022
1 parent debfecd commit eab74e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eab74e3

Please sign in to comment.