Skip to content

Commit

Permalink
Try to fix CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Jan 18, 2024
1 parent a9aa414 commit ff9bb77
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v3

- name: Set up MSVC x86
if: ${{ matrix.os == 'windows-2022' }}
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86

- name: Build win32 libpg_query.a
if: ${{ matrix.os == 'windows-2022' }}
shell: cmd
run: |
cd libpg_query
nmake /F Makefile.msvc build
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ff9bb77

Please sign in to comment.