Skip to content

Commit

Permalink
chore: checkout once, no debug install
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 19, 2024
1 parent ef72b9b commit a5b199d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/just.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ jobs:
java: [ 21 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install @openapitools/[email protected] -g
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down

0 comments on commit a5b199d

Please sign in to comment.