Skip to content

Commit

Permalink
CI: setup cargo env for nightly make install
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored and chrisguida committed Dec 23, 2024
1 parent 65dcbbb commit b3620bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
pip install --user contrib/pyln-client contrib/pyln-testing flaky
./configure --disable-valgrind
make -j 16
sudo make install
make -j $(nproc)
sudo -E bash -c "source $HOME/.cargo/env && rustup default stable && make install"
- name: Test with pytest
run: |
Expand Down

0 comments on commit b3620bf

Please sign in to comment.