mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
ci: update GitHub actions
This commit is contained in:
parent
2487835ccf
commit
7d33e90224
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
build-custom-packages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
- run: |
|
||||
sudo apt clean
|
||||
- name: Prepare push to binary cache
|
||||
uses: cachix/cachix-action@v10
|
||||
uses: cachix/cachix-action@v12
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
name: foo-dogsquared
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
build-profiles:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
- run: |
|
||||
sudo apt clean
|
||||
- name: Prepare push to binary cache
|
||||
uses: cachix/cachix-action@v10
|
||||
uses: cachix/cachix-action@v12
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
name: foo-dogsquared
|
||||
|
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
check-outputs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
|
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
build-iso:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Build ISO
|
||||
|
Loading…
Reference in New Issue
Block a user