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 9194409 commit 95db656Copy full SHA for 95db656
.github/workflows/master_push.yml
@@ -37,9 +37,9 @@ jobs:
37
echo "$HOME/sfdx/bin" >> $GITHUB_PATH
38
~/sfdx/bin/sfdx version
39
40
- # Install java as it is required for the next step
41
- - name: 'Installing java'
42
- run: sudo apt-get install openjdk-8-jdk
+ # # Install java as it is required for the next step
+ # - name: 'Installing java'
+ # run: sudo apt-get install openjdk-8-jdk
43
44
# The URL is stored in the Github Secret named SFDX_INTEGRATION_URL
45
# so here we store the URL into a text file
0 commit comments