Skip to content

Commit

Permalink
fix: remove windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 19, 2024
1 parent 493e946 commit b897b9b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: linux-amd64
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: win-amd64
runner: windows-latest
target: x86_64-pc-windows-msvc
- name: macos-amd64
runner: macos-latest
target: x86_64-apple-darwin
Expand All @@ -49,13 +46,6 @@ jobs:
packages: ghostscript
version: 1.0

- name: Install ghostscript (for windowns)
uses: crazy-max/ghaction-chocolatey@v3
if: matrix.platform.runner == 'windows-latest'
with:
args: install ghostscript


- name: Install ghostscript (for macos)
run: brew install ghostscript
if: matrix.platform.runner == 'macos-latest'
Expand Down

0 comments on commit b897b9b

Please # to comment.