Compare commits
5 Commits
470eba2447
...
rc-e70ab8c
| Author | SHA1 | Date | |
|---|---|---|---|
| c5ab8f900d | |||
| fac435df56 | |||
| 4e3a868e00 | |||
| f63ef715b7 | |||
| 15014a72cb |
@@ -12,14 +12,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
||||
- uses: actions/gitea-release-action@v1
|
||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=false
|
||||
NODE_TLS_REJECT_UNAUTHORIZED: "false"
|
||||
with:
|
||||
files: |-
|
||||
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
||||
@@ -1,4 +1,4 @@
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
name: Continuous integration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user