Compare commits
3 commits
8831c56c90
...
14d95994b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 14d95994b9 | |||
| 4f7f0fff0e | |||
| d48791290a |
2 changed files with 1 additions and 21 deletions
|
|
@ -3,16 +3,8 @@ name: BotServer CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
|
||||||
- "botserver/**"
|
|
||||||
- "botlib/**"
|
|
||||||
- ".forgejo/workflows/**"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
|
||||||
- "botserver/**"
|
|
||||||
- "botlib/**"
|
|
||||||
- ".forgejo/workflows/**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_BUILD_JOBS: 4
|
CARGO_BUILD_JOBS: 4
|
||||||
|
|
@ -53,18 +45,6 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Cache Cargo registry
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cargo/registry
|
|
||||||
~/.cargo/git
|
|
||||||
~/.cache/sccache
|
|
||||||
workspace/target
|
|
||||||
key: ${{ runner.os }}-cargo-v2-debug-server-${{ hashFiles('**/Cargo.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-cargo-v2-debug-server-
|
|
||||||
${{ runner.os }}-cargo-v2-debug-
|
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d4a7d1246b94a7c1543d93f961af926e4412d0e8
|
Subproject commit 1a2d65c531c93302fa22dad15df5c33a2713160e
|
||||||
Loading…
Add table
Reference in a new issue