Skip to content

Commit

Permalink
setup OCaml fails with CC=gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 20, 2024
1 parent 0da70bb commit 710dba4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
COQCHKEXTRAFLAGS: ""
OPAMYES: "true"
OPAMCONFIRMLEVEL: "unsafe-yes"
CC: "gcc" # there doesn't seem to be a way to make opam install cc


steps:
- uses: actions/checkout@v4
with:
Expand All @@ -54,7 +53,7 @@ jobs:
- name: echo build params
run: .\etc\ci\describe-system-config-win.ps1
- name: deps
run: opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} deps
run: opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} CC=gcc deps
- name: standalone-ocaml
run: opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} standalone-ocaml
- name: install-standalone-unified-ocaml
Expand Down

0 comments on commit 710dba4

Please sign in to comment.