Skip to content

Commit

Permalink
Update track.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Aug 24, 2024
1 parent 8141389 commit 26d66bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
path: "backend"

- uses: oven-sh/setup-bun@v2
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "21"

- run: ./bootstrap.sh
working-directory: backend

Expand Down

0 comments on commit 26d66bb

Please sign in to comment.