Update build_nix.yml (#38)
This commit is contained in:
parent
b40df6c0e0
commit
8d67fdeb7e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build_nix.yml
vendored
6
.github/workflows/build_nix.yml
vendored
|
|
@ -6,12 +6,18 @@ jobs:
|
|||
check_flurry_package:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: nix flake check -L --all-systems
|
||||
build_flurry_package:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: nix build -L
|
||||
build_flurry_shell:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: nix shell -L --command echo 'it works'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue