Skip to content

Commit

Permalink
build: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Jan 6, 2024
1 parent 6e91468 commit 9a79db5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
major-identifier: '(breaking)' # this should be placed somewhere in the commit message like "feat: (breaking) some message"

- name: Setup Crystal
run: |
curl -fsSL https://crystal-lang.org/install.sh | sudo bash
sudo apt-get install -y build-essential libbsd-dev libedit-dev libevent-dev libgmp-dev libgmpxx4ldbl libpcre3-dev libssl-dev libtool libxml2-dev libyaml-dev lld llvm llvm-dev libz-dev
uses: crystal-lang/install-crystal@v1

- name: Setup Git for tests
uses: actions4git/setup-git@v1
Expand Down

0 comments on commit 9a79db5

Please sign in to comment.