Skip to content

Commit

Permalink
Test add cargo to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Aug 29, 2023
1 parent c9018e6 commit c9a5d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
run: sudo apt-get update
- name: Install Dependencies
run: sudo ./configure.sh -yd
- name: Add cargo to PATH
run: |
echo "export PATH=$PATH:/home/runner/.cargo/bin" >> $GITHUB_ENV
- name: Configure PAM
run: |
sudo bash -c 'echo "#%PAM-1.0
Expand Down

0 comments on commit c9a5d16

Please sign in to comment.