diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03088e2bc..7f44f951a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,23 +28,23 @@ jobs: run: | make test - macos: + # macos: - runs-on: macos-latest + # runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - name: Install deps - run: | - brew install python3 - sudo pip3 install pexpect - - name: cmake - run: | - mkdir build && cd build - cmake -DWITH_GETTEXT=NO .. - - name: make - run: | - make - - name: make test - run: | - make test + # steps: + # - uses: actions/checkout@v2 + # - name: Install deps + # run: | + # brew install python3 + # sudo pip3 install pexpect + # - name: cmake + # run: | + # mkdir build && cd build + # cmake -DWITH_GETTEXT=NO .. + # - name: make + # run: | + # make + # - name: make test + # run: | + # make test