Skip to content

Commit

Permalink
test(CD): set NIX_IMAGE_SYSTEMS env var
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 26, 2023
1 parent 9670453 commit cbbaaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- run: nix run .#devcontainerManifest --impure --accept-flake-config
env:
VERSION: ${{ needs.release.outputs.version }}
# VERSION: 0.0.0
GH_TOKEN: ${{ github.token }}
NIX_IMAGE_SYSTEMS: "x86_64-linux"
# publish-pypi:
# runs-on: ubuntu-latest
# needs: release
Expand Down

0 comments on commit cbbaaab

Please sign in to comment.