Skip to content

Commit

Permalink
Attempt to store CMAKE_PREFIX_PATH environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Feb 3, 2024
1 parent 8f3b936 commit 63a951c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Install nix
run: sudo apt install nix cmake
- name: Run nix develop
run: sudo nix develop --extra-experimental-features nix-command --extra-experimental-features flakes
run: |
sudo nix develop --extra-experimental-features nix-command --extra-experimental-features flakes
echo "{CMAKE_PREFIX_PATH}={$CMAKE_PREFIX_PATH}" >> "$GITHUB_ENV"
- uses: lf-lang/action-check-lf-files@main
with:
check_mode: "compile"
Expand Down

0 comments on commit 63a951c

Please sign in to comment.