Skip to content

Commit

Permalink
update workflow (#115)
Browse files Browse the repository at this point in the history
* update workflow

* fix
  • Loading branch information
srz-zumix authored Aug 29, 2024
1 parent abe73b5 commit 12987dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Setup action
on: workflow_dispatch

jobs:
setup-java:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

0 comments on commit 12987dd

Please sign in to comment.