wow
This commit is contained in:
parent
9d233c7b04
commit
fb368a5341
1 changed files with 3 additions and 4 deletions
|
|
@ -16,10 +16,8 @@ jobs:
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
source /etc/bashrc
|
source /etc/bashrc
|
||||||
nix shell nixpkgs#jq -c bash -c "
|
PACKAGES=$(nix flake show --json | nix run nixpkgs#jq -- -c '.packages."x86_64-linux" | keys')
|
||||||
PACKAGES=$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')
|
|
||||||
echo "packages=$PACKAGES" >> $GITHUB_OUTPUT
|
echo "packages=$PACKAGES" >> $GITHUB_OUTPUT
|
||||||
"
|
|
||||||
|
|
||||||
# check:
|
# check:
|
||||||
# runs-on: x86_64
|
# runs-on: x86_64
|
||||||
|
|
@ -57,6 +55,7 @@ jobs:
|
||||||
source /etc/bashrc
|
source /etc/bashrc
|
||||||
nix shell nixpkgs#attic-client -c bash -c "
|
nix shell nixpkgs#attic-client -c bash -c "
|
||||||
attic login mizuki \"$ATTIC_SERVER\" \"$ATTIC_TOKEN\"
|
attic login mizuki \"$ATTIC_SERVER\" \"$ATTIC_TOKEN\"
|
||||||
|
attic cache info public
|
||||||
attic push public ./result
|
attic push public ./result
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue