diff --git a/.github/workflows/cistatic.yml b/.github/workflows/cistatic.yml deleted file mode 100644 index 2653eaa..0000000 --- a/.github/workflows/cistatic.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Windows-CI (static) - -on: [push, pull_request] - -jobs: - build: - name: ${{ matrix.name }} - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - include: - - name: Windows - os: windows-latest - env: - VCPKG_ROOT: ${{ github.workspace }}/vcpkg - steps: - - name: checkout - uses: actions/checkout@v3 - - name: Setup vcpkg - uses: lukka/run-vcpkg@v11 - with: - vcpkgJsonGlob: "**/vcpkg.json" - vcpkgDirectory: "${{ github.workspace }}/vcpkg" - vcpkgGitCommitId: "d0d081b3fc3680ce8ced2a88f9a7784884b679da" - - name: Install simdutf - run: | - $VCPKG_ROOT/vcpkg install simdutf:x64-windows-static - shell: bash - - name: Configure - run: cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x86-windows-static -B build - - name: Build - run: cmake --build build --verbose \ No newline at end of file