Skip to content

Commit

Permalink
Fix CI on old ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jul 7, 2023
1 parent ad827ce commit e00b39a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Sets env vars to disable jason_native on ubuntu-18.4
run: |
echo "NO_JASON_NATIVE=1" >> $GITHUB_ENV
if: ${{runner.name}} == 'ubuntu-18.04'
- name: Install Dependencies
run: |
mix local.hex --force
Expand Down

0 comments on commit e00b39a

Please sign in to comment.