Skip to content

Commit d5489bd

Browse files
committed
fix ci
1 parent 10b6a6f commit d5489bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
~/sfdx/bin/sfdx version
3939
4040
# Install java as it is required for the next step
41-
- name: 'Installing java'
42-
run: sudo apt-get install openjdk-8-jdk
41+
# - name: 'Installing java'
42+
# run: sudo apt-get install openjdk-8-jdk
4343

4444
# The URL is stored in the Github Secret named SFDX_INTEGRATION_URL
4545
# so here we store the URL into a text file

0 commit comments

Comments
 (0)