Skip to content

Commit

Permalink
[CI] Use install-crystal action from crystal-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jul 16, 2021
1 parent 8eb8e10 commit f366c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: oprypin/install-crystal@v1
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- name: Install shards
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: oprypin/install-crystal@v1
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- name: Setup BATS
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: oprypin/install-crystal@v1
uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- name: Check formatting
Expand Down

0 comments on commit f366c1c

Please sign in to comment.