Skip to content

Commit 38f8598

Browse files
committed
export WITH_SYSTEM_LEXBOR
1 parent 0ab73d1 commit 38f8598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
mix local.hex --force
4646
mix deps.get
4747
- name: mix compile --warnings-as-errors
48-
run: WITH_SYSTEM_LEXBOR=1 mix compile --warnings-as-errors
48+
run: |
49+
export WITH_SYSTEM_LEXBOR=1
50+
mix compile --warnings-as-errors
4951
- name: mix format --check-formatted
5052
run: mix format --check-formatted
5153
- name: dprint check

0 commit comments

Comments
 (0)