We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa076f4 commit 1490012Copy full SHA for 1490012
.github/workflows/check-compliance.yml
@@ -27,13 +27,13 @@ jobs:
27
- name: Verify Privateer installation
28
run: |
29
ls -al ~/.privateer/bin
30
- # echo 'export PATH="/home/runner/.privateer/bin:$PATH"' >> ~/.bash_profile
31
- source ~/.bashrc
+ echo 'export PATH="/home/runner/.privateer/bin:$PATH"' >> ~/.bash_profile
+ source ~/.bash_profile
32
privateer version
33
34
- name: Run Privateer help
35
36
37
privateer help
38
39
build-privateer:
0 commit comments