mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Migrate from crane back to buildRustPackage
Some checks are pending
Some checks are pending
This commit is contained in:
parent
c148dca438
commit
e07949378c
4 changed files with 35 additions and 36 deletions
10
.github/workflows/build_test.yml
vendored
10
.github/workflows/build_test.yml
vendored
|
@ -64,6 +64,16 @@ jobs:
|
|||
run: cargo test
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
checkDeps:
|
||||
name: Check dependency hash
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build dependencies
|
||||
run: nix build .#youmubot.cargoDeps --option substituters "https://cache.nixos.org" --option extra-substituters ""
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue