Skip to content

Commit

Permalink
fixed crystal actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shijimasoft committed Jun 10, 2024
1 parent 2951abe commit 874ec61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
artifact_name: ${{ github.event.repository.name }}
asset_name: ${{ github.event.repository.name }}-macos-arm64
runs-on: ${{ matrix.os }}
container:
image: crystallang/crystal
steps:
- name: Install crystal
uses: crystal-lang/install-crystal@v1
- uses: actions/checkout@v4
- name: Build release
run: |
Expand Down

0 comments on commit 874ec61

Please sign in to comment.