ci: fix build

This commit is contained in:
Zach Daniel 2022-12-20 22:05:09 -05:00
parent 4eaa082c73
commit e878804103

View file

@ -17,15 +17,15 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.13.2"] elixir: ["1.14.1"]
ash: ["main", "2.4.2"] ash: ["main", "2.4.26"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ASH_VERSION: ${{matrix.ash}} ASH_VERSION: ${{matrix.ash}}
steps: steps:
- run: sudo apt-get install --yes erlang-dev - run: sudo apt-get install --yes erlang-dev
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-elixir@v1.5 - uses: erlef/setup-beam@v1
with: with:
experimental-otp: true experimental-otp: true
otp-version: ${{matrix.otp}} otp-version: ${{matrix.otp}}
@ -60,7 +60,7 @@ jobs:
steps: steps:
- run: sudo apt-get install --yes erlang-dev - run: sudo apt-get install --yes erlang-dev
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-elixir@v1.5 - uses: erlef/setup-beam@v1
with: with:
experimental-otp: true experimental-otp: true
otp-version: ${{matrix.otp}} otp-version: ${{matrix.otp}}
@ -81,13 +81,13 @@ jobs:
strategy: strategy:
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.13.2"] elixir: ["1.14.1"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- run: sudo apt-get install --yes erlang-dev - run: sudo apt-get install --yes erlang-dev
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-elixir@v1.5 - uses: erlef/setup-beam@v1
with: with:
experimental-otp: true experimental-otp: true
otp-version: ${{matrix.otp}} otp-version: ${{matrix.otp}}