Skip to content

Commit

Permalink
ci: disable windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 10, 2024
1 parent 6a7f3ad commit 63d25a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
include:
- name: linux
os: ubuntu-latest
- name: windows
os: windows-latest
# - name: windows
# os: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ jobs:
asset_name: extism-py-aarch64-macos-${{ github.event.release.tag_name }}
shasum_cmd: shasum -a 256
target: aarch64-apple-darwin
- name: windows
os: windows-latest
path: target\x86_64-pc-windows-msvc\release\extism-py.exe
asset_name: extism-py-x86_64-windows-${{ github.event.release.tag_name }}
target: x86_64-pc-windows-msvc
- name: windows-arm64
os: windows-latest
path: target\aarch64-pc-windows-msvc\release\extism-py.exe
asset_name: extism-py-aarch64-windows-${{ github.event.release.tag_name }}
target: aarch64-pc-windows-msvc
# - name: windows
# os: windows-latest
# path: target\x86_64-pc-windows-msvc\release\extism-py.exe
# asset_name: extism-py-x86_64-windows-${{ github.event.release.tag_name }}
# target: x86_64-pc-windows-msvc
# - name: windows-arm64
# os: windows-latest
# path: target\aarch64-pc-windows-msvc\release\extism-py.exe
# asset_name: extism-py-aarch64-windows-${{ github.event.release.tag_name }}
# target: aarch64-pc-windows-msvc

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 63d25a5

Please sign in to comment.