Skip to content

Commit 0b54829

Browse files
committed
Try another way to fix CI
1 parent e00b39a commit 0b54829

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ 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'
6662
- name: Install Dependencies
6763
run: |
6864
mix local.hex --force
@@ -78,7 +74,13 @@ jobs:
7874
key: ${{ matrix.otp }}-${{ matrix.elixir }}-build
7975
- run: mix compile --warnings-as-errors
8076
if: matrix.warnings_as_errors
77+
env:
78+
CC: gcc-10
79+
CXX: g++-10
8180
- run: mix test
81+
env:
82+
CC: gcc-10
83+
CXX: g++-10
8284
dialyzer:
8385
name: mix dialyzer
8486
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)