Skip to content

ci: fix github actions #110

ci: fix github actions

ci: fix github actions #110

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [23.2, 24.0.2]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: gleam-lang/setup-erlang@v1.1.2
with:
otp-version: ${{ matrix.otp }}
- run: |
make