Skip to content

Commit e00b39a

Browse files
committed
Fix CI on old ubuntu
1 parent ad827ce commit e00b39a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
with:
6060
otp-version: ${{matrix.otp}}
6161
elixir-version: ${{matrix.elixir}}
62+
- name: Sets env vars to disable jason_native on ubuntu-18.4
63+
run: |
64+
echo "NO_JASON_NATIVE=1" >> $GITHUB_ENV
65+
if: ${{runner.name}} == 'ubuntu-18.04'
6266
- name: Install Dependencies
6367
run: |
6468
mix local.hex --force

0 commit comments

Comments
 (0)