From 294e2f2cc8da5fccf5f60e90bea96b1ed028d32a Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Fri, 27 Sep 2024 05:58:07 +0200 Subject: [PATCH] remove obsolete workflow file --- .github/workflows/macos.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml deleted file mode 100644 index 751a3d2..0000000 --- a/.github/workflows/macos.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build macos - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: macos-latest - - steps: - - uses: actions/checkout@v3 - - name: configure - run: LDFLAGS="-L/usr/local/opt/readline/lib" CPPFLAGS="-I/usr/local/opt/readline/include" ./configure - - name: make - run: LDFLAGS="-L/usr/local/opt/readline/lib" CPPFLAGS="-I/usr/local/opt/readline/include" make -