Skip to content

Commit

Permalink
fixed path setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zeuli committed May 31, 2024
1 parent 2c3607c commit f6bf69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
wget https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz
mkdir -p ~/cli/sf
tar xJf sf-linux-x64.tar.xz -C ~/cli/sf --strip-components 1
export PATH=~/cli/sf/bin:$PATH
echo "$HOME/cli/sf/bin" >> $GITHUB_PATH
- name: Install jq
run: |
Expand Down

0 comments on commit f6bf69e

Please sign in to comment.