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

try apk instead

parent 24b37599
Branches
No related tags found
No related merge requests found
...@@ -30,9 +30,12 @@ jobs: ...@@ -30,9 +30,12 @@ jobs:
- run: - run:
name: "Nix Build" name: "Nix Build"
command: | command: |
# Required to upload artifacts
nix-env -i nss-cacert
nix-build nix-build
# Required to upload artifacts. Though we use a nix image, it's
# actually an alpine base... The CircleCI artifact uploader
# doesn't know how to use the nix ca bundle we could install.
apk update
apk add ca-certificates
- store_artifacts: - store_artifacts:
path: "result/docs" path: "result/docs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment