Skip to content

Commit

Permalink
Update check-compliance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grudra7714 authored Sep 27, 2024
1 parent fa076f4 commit 1490012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Verify Privateer installation
run: |
ls -al ~/.privateer/bin
# echo 'export PATH="/home/runner/.privateer/bin:$PATH"' >> ~/.bash_profile
source ~/.bashrc
echo 'export PATH="/home/runner/.privateer/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
privateer version
- name: Run Privateer help
run: |
source ~/.bashrc
source ~/.bash_profile
privateer help
build-privateer:
Expand Down

0 comments on commit 1490012

Please sign in to comment.