Compare commits
No commits in common. "master" and "Final-v2" have entirely different histories.
@ -12,21 +12,15 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
targets: "x86_64-pc-windows-gnu"
|
||||
|
||||
- name: Install cross compilation tools
|
||||
run: sudo apt-get update && sudo apt-get install mingw-w64 -y
|
||||
|
||||
- name: Setup Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
toolchain: stable
|
||||
|
||||
- name: Build release
|
||||
run: cargo build --verbose --locked --release --target x86_64-pc-windows-gnu
|
||||
run: cargo build --release
|
||||
|
||||
- name: Archive build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: alt_enter_fix
|
||||
path: target/x86_64-pc-windows-gnu/release/alt_enter_fix.exe
|
||||
path: target/release/*
|
||||
|
@ -5,5 +5,4 @@ edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
linker = "x86_64-w64-mingw32-gcc"
|
||||
[dependencies]
|
||||
|
@ -1,5 +1,5 @@
|
||||
# alt_enter_fix
|
||||
|
||||
[![Rust](https://git.tommyy.dev/tommy/alt_enter_fix/actions/workflows/rust.yml/badge.svg)](https://git.tommyy.dev/tommy/alt_enter_fix/actions/workflows/rust.yml)
|
||||
[![Rust](https://github.com/dowoge/alt_enter_fix/actions/workflows/rust.yml/badge.svg)](https://github.com/dowoge/alt_enter_fix/actions/workflows/rust.yml)
|
||||
|
||||
fire program
|
||||
|
Loading…
Reference in New Issue
Block a user