mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Change nix run to nix develop for R library
This commit is contained in:
parent
08e10aede4
commit
01956fa8a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
extraPullNames: rstats-on-nix, nix-community
|
||||
- run: nix build .
|
||||
- run: nix flake check . --all-systems
|
||||
- run: nix run -c "R -e 'library(httpgd)'"
|
||||
- run: nix develop -c "R -e 'library(httpgd)'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue