Skip to content
Snippets Groups Projects
Commit f13fcfd2 authored by Jazzzny's avatar Jazzzny
Browse files

Add autoconf

parent f09f38f5
Branches
Tags
No related merge requests found
...@@ -16,6 +16,10 @@ jobs: ...@@ -16,6 +16,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install autoconf
- name: Clone OpenJDK - name: Clone OpenJDK
run: | run: |
git clone https://github.com/openjdk/jdk17u.git --depth 1 --branch jdk-17.0.12+2 git clone https://github.com/openjdk/jdk17u.git --depth 1 --branch jdk-17.0.12+2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment