Skip to content

Commit

Permalink
Disable unix builds at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
veleek committed Jul 19, 2024
1 parent 28c27e1 commit 20a3d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/AppveyorConversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
# os: [ubuntu-latest, windows-latest]

env:
MYGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
Expand Down

0 comments on commit 20a3d2d

Please sign in to comment.