1
0

GitHub Actions: Do not generate ISO

此提交包含在:
2020-01-22 00:59:46 +00:00
父節點 01a0d206db
當前提交 f8bfca0466

查看文件

@ -31,26 +31,3 @@ jobs:
run: |
. ~/.nix-profile/etc/profile.d/nix.sh
make nix
live-iso:
name: Live ISO
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1
- name: Install Nix
run: |
curl https://nixos.org/nix/install | sh
. ~/.nix-profile/etc/profile.d/nix.sh
nix-channel --update
- name: Generate Live ISO
run: |
. ~/.nix-profile/etc/profile.d/nix.sh
make -C os live-iso
- uses: actions/upload-artifact@v1
with:
name: $Placeholder OS Live ISO
path: os/appvm.iso