Skip to content

Commit

Permalink
remove incompatible steps from self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Apr 2, 2024
1 parent a6e2fe6 commit 978b496
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cachix-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
description: "The target to deploy to"
required: true
default: "bastion"
type: choice
options:
- bastion
- voyager
Expand Down Expand Up @@ -53,12 +54,6 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Check nix flake inputs
uses: DeterminateSystems/flake-checker-action@main
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: experimental-features = nix-command flakes repl-flake
- name: Run the magic nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
Expand Down

0 comments on commit 978b496

Please sign in to comment.