Compare commits
16 Commits
rc-e70ab8c
...
rc-fe42faa
| Author | SHA1 | Date | |
|---|---|---|---|
| fe42faae49 | |||
| 28ba0aa4a1 | |||
| 035058c016 | |||
| 1f36bde7ce | |||
| a43cd74dd9 | |||
| 720b8ce886 | |||
| 5502126c35 | |||
| d79450116d | |||
| b8fd27f0d6 | |||
| 91e60a8ff5 | |||
| ca0952c6d8 | |||
| b7defc0a3b | |||
| 6ff5c0817f | |||
| e70ab8c055 | |||
| f20edec6ad | |||
| 00acc9f7e8 |
@@ -9,19 +9,19 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
name: build (windows)
|
name: build (windows)
|
||||||
runs-on: ubuntu-latest
|
container:
|
||||||
|
image: tea.werats.gay/laurayka/rust-ci-img:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
||||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
|
||||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
|
||||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
||||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
NODE_TLS_REJECT_UNAUTHORIZED: "false"
|
NODE_TLS_REJECT_UNAUTHORIZED: "false"
|
||||||
with:
|
with:
|
||||||
|
tag_name: rc-${{ env.GITHUB_SHA }}
|
||||||
files: |-
|
files: |-
|
||||||
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
target/*/release/mimic3-keyboard*
|
||||||
Reference in New Issue
Block a user