We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00b39a commit 0b54829Copy full SHA for 0b54829
.github/workflows/ci.yml
@@ -59,10 +59,6 @@ jobs:
59
with:
60
otp-version: ${{matrix.otp}}
61
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'
66
- name: Install Dependencies
67
run: |
68
mix local.hex --force
@@ -78,7 +74,13 @@ jobs:
78
74
key: ${{ matrix.otp }}-${{ matrix.elixir }}-build
79
75
- run: mix compile --warnings-as-errors
80
76
if: matrix.warnings_as_errors
77
+ env:
+ CC: gcc-10
+ CXX: g++-10
81
- run: mix test
82
83
84
dialyzer:
85
name: mix dialyzer
86
runs-on: ubuntu-latest
0 commit comments