diff options
author | Loïc Hoguin <[email protected]> | 2024-10-03 13:51:11 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-10-03 13:51:11 +0200 |
commit | 23e24a9c638e66b8002ebb4a32e72fc0f75fa7a8 (patch) | |
tree | 3b97ffda3ae2bb7883a2cf66356a466f7fd12635 | |
parent | df10c43a5aa621bd7cbfef26fac4d96a75f8106b (diff) | |
download | erlang.mk-23e24a9c638e66b8002ebb4a32e72fc0f75fa7a8.tar.gz erlang.mk-23e24a9c638e66b8002ebb4a32e72fc0f75fa7a8.tar.bz2 erlang.mk-23e24a9c638e66b8002ebb4a32e72fc0f75fa7a8.zip |
CI: Add diffutils as a required package for Windows
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65b838a..20563b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,6 +44,7 @@ jobs: install: >- git make + diffutils - name: Run tests (Linux) if: matrix.os == 'ubuntu-latest' |