Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! [#164] Add workflow for running Windows t…
Browse files Browse the repository at this point in the history
…ests on CI
  • Loading branch information
Sorokin-Anton committed Nov 10, 2022
1 parent 1cc33b6 commit 156da98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Unreleased
If you've got `Expected a LINK after "ignore link" annotation` message, see
PR's description for examples and details.


0.2.1
==========

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ If you want to use cabal, you need to run [`stack2cabal`](https://hackage.haskel
### Run on Windows [↑](#xrefcheck)
On Windows, executable requires some dynamic libraries (DLLs).
They are shipped together with executable in [releases page](https://github.com/serokell/xrefcheck/releases).
If you have builded executable from source using `stack install`,
those DLLs are downloaded by stack to location is not on `%PATH%` by default.
If you have built executable from source using `stack install`,
those DLLs are downloaded by stack to a location that is not on `%PATH%` by default.
There are several ways to fix this:
- Add `%LocalAppData%\Programs\stack\x86_64-windows\msys2-<...>\mingw64\bin` to your PATH
- run `stack exec xrefcheck.exe -- <args>` instead of `xrefcheck.exe <args>`
Expand Down
35 changes: 0 additions & 35 deletions tests/golden/check-ignoreExternalRefsTo/expected.gold

This file was deleted.

0 comments on commit 156da98

Please sign in to comment.