Skip to content

Commit 5bdcae6

Browse files
Update debug_build.yml
1 parent 1358570 commit 5bdcae6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/debug_build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222

2323
- name: Install openjdk-17-jdk
2424
run: |
25-
sudo apt-get update
26-
sudo apt-get -y install openjdk-17-jdk
25+
sudo apt-get update && sudo apt-get -q -y install openjdk-17-jdk
26+
cat /etc/apt/apt-mirrors.txt
27+
cat /etc/apt/sources.list
28+
apt show openjdk-17-jdk
2729
2830
- name: Build APKs
2931
shell: bash {0}

0 commit comments

Comments
 (0)