Skip to content

Commit

Permalink
Merge pull request #7 from athas/mlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman authored Apr 23, 2023
2 parents a81b602 + 078a66a commit c000a72
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build-test-linux:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -29,15 +29,19 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get install -y mlton make
sudo apt-get install -y make
- uses: diku-dk/install-mlkit@v1
with:
version: 'latest'

- name: Build
run: |
MLCOMP=mlton make clean all bin_dist
MLCOMP=mlkit make clean all bin_dist
- name: Run tests
run: |
MLCOMP=mlton make test
MLCOMP=mlkit make test
build-test-macos:
Expand Down

0 comments on commit c000a72

Please # to comment.