Skip to content

Commit

Permalink
Add environment: cachix to build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 24, 2024
1 parent 61951d2 commit 822a30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-devshell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: cachix
steps:
- name: Checkout repository
uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: cachix
steps:
- name: Checkout repository
uses: actions/checkout@main
Expand Down

0 comments on commit 822a30f

Please sign in to comment.