fix ci
This commit is contained in:
parent
fa59b31abe
commit
ed3b19fd3b
9
.github/workflows/cache.yml
vendored
9
.github/workflows/cache.yml
vendored
@ -39,10 +39,9 @@ jobs:
|
||||
run: |
|
||||
export TMPDIR=$(pwd)/build/tmp
|
||||
mkdir -p $TMPDIR
|
||||
nix build --store $(pwd)/build -L .#ivpn-ui
|
||||
# echo 'Build host-workstation'
|
||||
# nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
|
||||
# echo 'Build host-hypervisor'
|
||||
# nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
||||
echo 'Build host-workstation'
|
||||
nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
|
||||
echo 'Build host-hypervisor'
|
||||
nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
||||
- name: Push to cache
|
||||
run: nix develop .#ci -c attic push ataraxiadev ./result*
|
||||
|
Loading…
x
Reference in New Issue
Block a user