Skip to content

Update windows requirement from 0.58.0 to 0.59.0 #23

Update windows requirement from 0.58.0 to 0.59.0

Update windows requirement from 0.58.0 to 0.59.0 #23

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Build
run: python pack.py
- name: Upload Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
name: Build result
path: ./CpuOptimizer.zip