Skip to content

Commit

Permalink
Fix crystal install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 11, 2023
1 parent 46b7aa3 commit d5c4058
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Add Crystal repos
run: curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash

- name: Install crystal
run: sudo apt install -y crystal libevent-dev libpcre2-dev libreadline-dev libssl-dev libyaml-dev
- uses: crystal-lang/install-crystal@v1
with:
crystal: 1.10.0

- name: Install dependencies
run: shards install
Expand Down

0 comments on commit d5c4058

Please sign in to comment.