X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=be2401f1fe94afa12f55076cbde429bf34916c80;hb=a4b5665643d48596b2659dbd69fe8e9b2a944e35;hp=db279cfa2c808e197c8aaad9dff5d276688d2a40;hpb=a80253aee68968c722c796c523ed26655d29c882;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db279cfa..be2401f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -259,11 +259,6 @@ jobs: - name: Run tests with default settings run: sh .ci/test/run.sh default - - name: Run clang-tidy - run: | - export PATH="$PATH:$(brew --prefix llvm)/bin:$HOME/Library/Python/3.9/bin" - sh .ci/tidy/run.sh - - name: Run tests without legacy protocol run: sh .ci/test/run.sh nolegacy if: always() @@ -290,6 +285,8 @@ jobs: # https://packages.msys2.org/package/ install: >- base-devel + autoconf-wrapper + automake-wrapper mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-libgcrypt @@ -300,7 +297,7 @@ jobs: mingw-w64-x86_64-miniupnpc mingw-w64-x86_64-nsis git - netcat + openbsd-netcat procps - name: Checkout code