Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jan 9, 2023
1 parent fe22566 commit 8f5847f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release

on:
push:
branches: master
tags:
- "*"

jobs:
release:
Expand All @@ -28,7 +29,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- uses: MeilCli/setup-crystal-action@v4
- name: Install dependencies
run: shards install
run: shards install --production
- name: Compile release
env:
LLVM_CONFIG: /usr/local/opt/llvm/bin/llvm-config
Expand Down

0 comments on commit 8f5847f

Please sign in to comment.