fix
This commit is contained in:
parent
d9608dcc91
commit
70dbeaaa6f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
|
@ -35,9 +35,8 @@ jobs:
|
|||
- name: Generate
|
||||
id: generate-checks
|
||||
run: |
|
||||
echo dynamic_list= >> "$GITHUB_OUTPUT"
|
||||
nix flake show --allow-import-from-derivation --json \
|
||||
| jq -c '.["checks"]["x86_64-linux"] | keys' \
|
||||
echo dynamic_list="$(nix flake show --allow-import-from-derivation --json \
|
||||
| jq -c '.["checks"]["x86_64-linux"] | keys')" \
|
||||
>> "$GITHUB_OUTPUT"
|
||||
|
||||
echo "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue