We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opam-build
1 parent 3935e7f commit 785600fCopy full SHA for 785600f
.github/workflows/main.yml
@@ -106,6 +106,9 @@ jobs:
106
container:
107
image: "ghcr.io/skylabsai/workspace:fm-default"
108
options: "-v /cache:/cache:ro -v /home/coq/.ssh:/home/coq/.ssh -v /home/coq/dune_nfs/dune_cache:/home/coq/.cache --security-opt seccomp=/home/coq/seccomp.json"
109
+ env:
110
+ NJOBS: "16"
111
+ BASH_ENV: "/home/coq/.profile"
112
steps:
113
# Here and in other jobs, this is the inverse of "Upload actions and workflows", and it lets us find the correct actions under `./actions`.
114
- name: "Download CI files"
0 commit comments