Skip to content

Commit

Permalink
fix(CD): accept flake config
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 22, 2023
1 parent ac4f104 commit a8b26a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check
- run: nix build .
- run: nix flake check --accept-flake-config
- run: nix build . --accept-flake-config
# release:
# runs-on: ubuntu-latest
# needs: check
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
extra-conf: |
extra-platforms = aarch64-linux
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix run .#devcontainerManifest --impure
- run: nix run .#devcontainerManifest --impure --accept-flake-config
env:
# VERSION: ${{ needs.release.outputs.version }}
VERSION: test01
Expand Down

0 comments on commit a8b26a8

Please sign in to comment.