Skip to content

Commit

Permalink
ci: disable windows and remove unnecessary tag checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed May 8, 2024
1 parent 1243da9 commit 913d3d9
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
target: x86_64-unknown-linux-gnu
architecture: x64
libc: glibc
- os: windows-latest
platform: windows
target: x86_64-pc-windows-msvc
architecture: x64
# - os: windows-latest
# platform: windows
# target: x86_64-pc-windows-msvc
# architecture: x64
- os: macos-latest
platform: darwin
target: x86_64-apple-darwin
Expand Down Expand Up @@ -307,13 +307,6 @@ jobs:
with:
persist-credentials: false

- name: Checkout tag
if: needs.get_release_info.outputs.tag != ''
uses: actions/checkout@v4
with:
persist-credentials: false
ref: v${{ needs.get_release_info.outputs.tag }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 913d3d9

Please sign in to comment.