Skip to content

Commit 1490012

Browse files
authored
Update check-compliance.yml
1 parent fa076f4 commit 1490012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-compliance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- name: Verify Privateer installation
2828
run: |
2929
ls -al ~/.privateer/bin
30-
# echo 'export PATH="/home/runner/.privateer/bin:$PATH"' >> ~/.bash_profile
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
3535
run: |
36-
source ~/.bashrc
36+
source ~/.bash_profile
3737
privateer help
3838
3939
build-privateer:

0 commit comments

Comments
 (0)