Skip to content

Commit

Permalink
Merge pull request #45 from rolang/fix-docker-release
Browse files Browse the repository at this point in the history
fix docker build release
  • Loading branch information
rolang authored May 12, 2024
2 parents bd74746 + cffd879 commit 6443d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ jobs:
java: [temurin@21]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (fast)
uses: actions/checkout@v4

- name: Download command line linux build
uses: actions/download-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ThisBuild / githubWorkflowGeneratedCI := (ThisBuild / githubWorkflowGeneratedCI)
scalas = Nil,
javas = List(JavaSpec.temurin("21")),
steps = List(
WorkflowStep.Checkout,
WorkflowStep.Use(
name = Some("Download command line linux build"),
ref = UseRef.Public("actions", "download-artifact", "v4"),
Expand Down

0 comments on commit 6443d99

Please sign in to comment.