Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 6, 2024
1 parent 4963329 commit ef5f86e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install mill
uses: <mill_install_action>
- name: Setup JDK
uses: actions/setup-java@v2
with:
version: <mill_version>
java-version: '1.19'
- name: Install mill
run: curl -L -o mill https://github.com/lihaoyi/mill/releases/download/<mill_version>/mill -sSf
- name: Make mill executable
run: chmod +x mill

- name: Run mill command
run: mill <command>

- name: Additional steps
# Add any additional steps or actions required for the workflow
- name: Additional steps
uses: actions/setup-java@v2
with:
java-version: '1.19'

0 comments on commit ef5f86e

Please sign in to comment.