File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ concurrency:
1818
1919env :
2020 OCAMLRUNPARAM : b
21+ RUST_BACKTRACE : " 1"
22+ RUSTFLAGS : " -Dwarnings"
2123
2224jobs :
2325 build-compiler :
6769
6870 runs-on : ${{matrix.os}}
6971
70- env :
71- # setup-ocaml opam version cannot be configured
72- # we do track its version manually
73- OPAM_VERSION : 2.3.0
74- DUNE_PROFILE : release
75- RUST_BACKTRACE : " 1"
76- RUSTFLAGS : " -Dwarnings"
77-
7872 steps :
7973 - name : " Windows: Set git config"
8074 if : runner.os == 'Windows'
@@ -550,8 +544,6 @@ jobs:
550544 - os : ubuntu-24.04-arm
551545 - os : windows-2022
552546 runs-on : ${{ matrix.os }}
553- env :
554- RUST_BACKTRACE : " 1"
555547 steps :
556548 - name : Checkout
557549 uses : actions/checkout@v4
@@ -601,8 +593,6 @@ jobs:
601593 - os : ubuntu-24.04-arm
602594 - os : windows-2022
603595 runs-on : ${{ matrix.os }}
604- env :
605- RUST_BACKTRACE : " 1"
606596 steps :
607597 - name : Install pnpm
608598 uses : pnpm/action-setup@v4
@@ -656,8 +646,6 @@ jobs:
656646 - os : ubuntu-24.04-arm
657647 - os : windows-2022
658648 runs-on : ${{ matrix.os }}
659- env :
660- RUST_BACKTRACE : " 1"
661649 steps :
662650 - name : Checkout
663651 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments