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 64843f2 commit 5fd2a64Copy full SHA for 5fd2a64
.github/workflows/main.yml
@@ -99,6 +99,9 @@ jobs:
99
run: |
100
mkdir jdk-dl
101
${MX_PATH}/mx fetch-jdk --java-distribution ${JDK} --to jdk-dl --alias ${JAVA_HOME}
102
+ - name: Update dependency cache
103
+ if: ${{ contains(matrix.env.GATE, 'debug') || contains(matrix.env.GATE, 'style') }}
104
+ run: sudo apt update
105
- name: Debug dependencies
106
if: ${{ contains(matrix.env.GATE, 'debug') }}
107
run: sudo apt install gdb
0 commit comments