We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e7ba7 commit d549f02Copy full SHA for d549f02
.github/workflows/maven.yml
@@ -20,6 +20,10 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v5
23
+ - name: Add focal-security repo
24
+ run: sudo echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" > /etc/apt/sources.list.d/ubuntu-focal-sources.list
25
+ - name: Update packages
26
+ run: sudo apt-get update
27
- name: Install libncurses5
28
run: sudo apt-get install -y libncurses5
29
- name: Set up JDK 25
0 commit comments