Skip to content

Commit

Permalink
update CLI install
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesw-salesforce committed Oct 25, 2024
1 parent 1b69f2f commit a28f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scratch-org-sfdx-ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
wget https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz
mkdir sf-cli
tar xJf sfdx-linux-amd64.tar.xz -C sf-cli --strip-components 1
tar xJf sf-linux-x64.tar.xz -C sf-cli --strip-components 1
./sf-cli/install
# Checkout the code in the pull request
Expand Down

0 comments on commit a28f6a4

Please # to comment.