diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2386221..530c051 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,18 +19,6 @@ jobs: - name: make run: make - build_ubuntu_18: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - - uses: jurplel/install-qt-action@v2 - with: - version: "5.9.5" - - - name: make - run: make - build-macos: runs-on: macos-latest steps: |
