Skip to content
Snippets Groups Projects
Commit cc3b66dd authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

attempt to fix artifact upload

parent 8a7f0a36
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ jobs:
- run:
name: "Install Git"
command: |
# Required for the checkout step
nix-env -i git openssh
- "checkout"
......@@ -29,6 +30,8 @@ jobs:
- run:
name: "Nix Build"
command: |
# Required to upload artifacts
nix-env -i cacert
nix-build
- store_artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment