chore: fix ci build

This commit is contained in:
Zach Daniel 2021-07-23 20:33:47 -04:00
parent c05a324efe
commit aa2f4a0938

View file

@ -18,12 +18,12 @@ jobs:
matrix:
otp: ["23"]
elixir: ["1.11.4"]
ash: ["master", "1.37.1"]
ash: ["master", "1.47.3"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ASH_VERSION: ${{matrix.ash}}
steps:
- run: sudo apt-get install --yes erlang-dev
- run: sudo apt-get install --yes erlang-dev inotify-tools
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
with: