Skip to content

Commit 785600f

Browse files
committed
Fix settings for opam-build job
1 parent 3935e7f commit 785600f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
container:
107107
image: "ghcr.io/skylabsai/workspace:fm-default"
108108
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"
109112
steps:
110113
# Here and in other jobs, this is the inverse of "Upload actions and workflows", and it lets us find the correct actions under `./actions`.
111114
- name: "Download CI files"

0 commit comments

Comments
 (0)