Skip to content

Commit

Permalink
chore: temporarily disable buildless
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed May 14, 2024
1 parent 3fe2051 commit 6aa2a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ jobs:
distribution: "graalvm"
java-version: "22"
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Buildless"
if: contains(matrix.machine, 'macos') == false
uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2
#- name: "Setup: Buildless"
# if: contains(matrix.machine, 'macos') == false
# uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2
- name: "Setup: Node"
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down

0 comments on commit 6aa2a29

Please sign in to comment.