Skip to content

Commit 2bf8be5

Browse files
committed
Clean up env vars
# Conflicts: # .github/workflows/ci.yml
1 parent 5ce1de7 commit 2bf8be5

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818

1919
env:
2020
OCAMLRUNPARAM: b
21+
RUST_BACKTRACE: "1"
22+
RUSTFLAGS: "-Dwarnings"
2123

2224
jobs:
2325
build-compiler:
@@ -67,14 +69,6 @@ jobs:
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

0 commit comments

Comments
 (0)