Skip to content

Commit

Permalink
compiled root cargo binaries to /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Aug 29, 2023
1 parent 0982d29 commit 96e6ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: sudo ./configure.sh -yd
- name: Add cargo to PATH
run: |
sudo cp /root/.cargo/bin/* /usr/bin/
echo "/home/runner/.cargo/bin" >> $GITHUB_PATH
- name: Configure PAM
run: |
Expand Down

0 comments on commit 96e6ec8

Please sign in to comment.