fox32/.github/workflows/fox32-unstable-windows.yml
Ry bd7eba3ddb Remove fox32core support
This works around the issue with building on Windows.
2022-07-23 17:56:09 -07:00

30 lines
566 B
YAML

on:
workflow_dispatch:
push:
branches:
- main
name: fox32 Unstable - Windows
jobs:
fox32-unstable-windows:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build --release
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: fox32.exe
path: target/release/fox32.exe