parent
0687c1efc3
commit
3a4dec3337
1 changed files with 6 additions and 1 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
|
@ -15,10 +15,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: nixos/nix:latest
|
||||
env:
|
||||
NIX_CONFIG: "extra-experimental-features = nix-command flakes"
|
||||
|
||||
steps:
|
||||
- name: checkout depedencies
|
||||
run: nix shell nixpkgs#nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: nix develop --extra-experimental-features 'nix-command flakes'
|
||||
run: nix develop .
|
||||
- name: Install sqlx-cli
|
||||
run: cargo install sqlx-cli --no-default-features --features postgres
|
||||
- name: Prepare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue