Skip to content

Commit 97218c2

Browse files
authored
Update check-compliance.yml
1 parent 17bbdd3 commit 97218c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Verify Privateer installation
2828
run: |
2929
ls -al ~/.privateer/bin
30-
cat ~/.bashrc
31-
source ~/.bashrc
30+
echo "export PATH="/home/runner/.privateer/bin:$PATH"" >> ~/.bash_profile
31+
source ~/.bash_profile
3232
privateer version
3333
3434
- name: Run Privateer help

0 commit comments

Comments
 (0)