Skip to content

Commit

Permalink
Explicitly setup a kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Oct 13, 2023
1 parent 7feb9a0 commit 92b3d24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/prepare-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ runs:
echo "::error::Unrecognized version specified!"
exit 1
fi
# TODO use a fixed sha
- uses: fwilhe2/setup-kotlin@main
with:
version: 1.8.10

0 comments on commit 92b3d24

Please sign in to comment.