Skip to content

Commit

Permalink
Separate develop commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Feb 3, 2024
1 parent d3dff95 commit 37be788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: sudo apt install nix cmake
- name: Run nix develop
run: |
sudo nix develop --profile /tmp/my-build-env --extra-experimental-features nix-command --extra-experimental-features flakes --command ./.github/scripts/export-env.sh
sudo nix develop --profile /tmp/my-build-env --extra-experimental-features nix-command --extra-experimental-features flakes
sudo nix develop /tmp/my-build-env --command bash -c "./.github/scripts/export-env.sh"
- uses: lf-lang/action-check-lf-files@main
with:
check_mode: "compile"
Expand Down

0 comments on commit 37be788

Please sign in to comment.