Update .forgejo/workflows/main.yml
This commit is contained in:
parent
132360ece3
commit
df333b1dcf
1 changed files with 5 additions and 2 deletions
|
|
@ -15,8 +15,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
PACKAGES=$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')
|
source /etc/bashrc
|
||||||
echo "packages=$PACKAGES" >> $GITHUB_OUTPUT
|
nix shell nixpkgs#jq -c bash -c "
|
||||||
|
PACKAGES=$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')
|
||||||
|
echo "packages=$PACKAGES" >> $GITHUB_OUTPUT
|
||||||
|
"
|
||||||
|
|
||||||
check:
|
check:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue