attempt the windows build
Some checks failed
Rust / build (push) Failing after 9s

This commit is contained in:
tommy 2024-08-26 13:41:45 -04:00
parent db81d3ca1f
commit 977213e2cd
Signed by: tommy
GPG Key ID: E12CE5A632617F4E

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -15,6 +15,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
target: x86_64-pc-windows-msvc
- name: Build release - name: Build release
run: cargo build --release run: cargo build --release