Skip to content

Commit

Permalink
Run nix develop before compile checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Feb 3, 2024
1 parent e590be6 commit aec7034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
echo "$JAVA_HOME_17_X64/bin" >> $GITHUB_PATH
echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
shell: bash
- name: Install nix
run: sudo apt install nix
- name: Run nix develop
run: nix develop
- uses: lf-lang/action-check-lf-files@main
with:
check_mode: "compile"
Expand Down

0 comments on commit aec7034

Please sign in to comment.