Skip to content

Commit

Permalink
Give up for now
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 10, 2024
1 parent 07d5d64 commit ec6db35
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
RUST_BACKTRACE: 1
RUST_LIB_BACKTRACE: 1
TOKIO_WORKER_THREADS: 1
TOKIO_WORKER_THREADS: 1

strategy:
matrix:
Expand All @@ -27,24 +27,14 @@ jobs:
- target: aarch64-apple-darwin
os: macos-latest
command: test
- target: x86_64-pc-windows-msvc
os: windows-latest
command: test
# - target: x86_64-pc-windows-msvc
# os: windows-latest
# command: test

runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm (Windows)
if: matrix.os == 'windows-latest'
uses: pnpm/action-setup@v4
with:
version: 9.9
- name: Install Node (Windows)
if: matrix.os == 'windows-latest'
uses: actions/setup-node@v4
with:
node-version: 20
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: Cross-compile
Expand Down

0 comments on commit ec6db35

Please sign in to comment.