Skip to content

Commit

Permalink
YAML fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 3, 2025
1 parent fcd5978 commit 7bd38c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- id: install-version
- id: install-20210117
uses: diku-dk/install-mlton@HEAD
with:
version: '20210117'
- id: install-version
- id: install-20241230
uses: diku-dk/install-mlton@HEAD
with:
version: '20241230'
Expand Down

0 comments on commit 7bd38c3

Please sign in to comment.