From de094c8c76874bbea132b9332483d8c61f18fc46 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 23 Oct 2023 15:17:57 +0800 Subject: [PATCH] remove unused files --- .github/workflows/test-kotlin.yaml | 46 ------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 .github/workflows/test-kotlin.yaml diff --git a/.github/workflows/test-kotlin.yaml b/.github/workflows/test-kotlin.yaml deleted file mode 100644 index cb3416d56..000000000 --- a/.github/workflows/test-kotlin.yaml +++ /dev/null @@ -1,46 +0,0 @@ -name: kotlin - -on: - push: - branches: - - master - - pull_request: - branches: - - master - - workflow_dispatch: - -concurrency: - group: kotlin-${{ github.ref }} - cancel-in-progress: true - -jobs: - kotlin: - runs-on: ${{ matrix.os }} - name: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, macos-latest] - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: ccache - uses: hendrikmuhs/ccache-action@v1.2 - with: - key: ${{ matrix.os }} - - - name: Test - shell: bash - run: | - export CMAKE_CXX_COMPILER_LAUNCHER=ccache - export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" - cmake --version - - cd ./kotlin-api-examples - - ./build.sh