Skip to content

fix(deps): update rust crate windows to 0.58 #70

fix(deps): update rust crate windows to 0.58

fix(deps): update rust crate windows to 0.58 #70

Workflow file for this run

name: latest
on:
push:
paths-ignore:
- '*.md'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-2022
steps:
# https://zenn.dev/kt3k/articles/d557cc874961ab
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
architecture: 'x64'
- name: Download git-restore-mtime
run: curl -O https://raw.githubusercontent.com/MestreLion/git-tools/main/git-restore-mtime
- name: Restore mtime
run: python ./git-restore-mtime
- name: Build
run: cargo build --verbose