update build job
This commit is contained in:
parent
49fa344bb1
commit
886535f95d
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: prepare ssh
|
- name: setup ssh
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > .id_rsa
|
cat <<EOF > .id_rsa
|
||||||
${{ secrets.SSH_KEY }}
|
${{ secrets.SSH_KEY }}
|
||||||
|
@ -20,13 +20,13 @@ jobs:
|
||||||
SSH_AGENT_PID=$SSH_AGENT_PID
|
SSH_AGENT_PID=$SSH_AGENT_PID
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- run: nix flake update
|
# - run: nix flake update
|
||||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||||
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
||||||
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
|
||||||
- run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
||||||
|
|
||||||
- name: destroy ssh
|
- name: teardown ssh
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
echo $SSH_AGENT_PID
|
echo $SSH_AGENT_PID
|
||||||
|
|
|
@ -13,7 +13,7 @@ with lib;
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
#vscode
|
#vscode
|
||||||
|
|
||||||
jetbrains.mps
|
#jetbrains.mps
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
Loading…
Reference in a new issue