Skip to content

Commit 1ca7482

Browse files
committed
switch ormolu to 0.5.3.0
1 parent 5217ea1 commit 1ca7482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
with:
6666
path: |
6767
~/.local/bin/ormolu
68-
key: ${{ runner.os }}-ormolu-0.8.0.0
68+
key: ${{ runner.os }}-ormolu-0.5.3.0
6969

7070
- name: Install ormolu
7171
if: steps.ormolu-cache.outputs.cache-hit != 'true'
7272
run: |
73-
curl -L https://github.com/tweag/ormolu/releases/download/0.8.0.0/ormolu-x86_64-linux.zip -o ormolu.zip
73+
curl -L https://github.com/tweag/ormolu/releases/download/0.5.3.0/ormolu-Linux.zip -o ormolu.zip
7474
unzip ormolu.zip
7575
mkdir -p $HOME/.local/bin
7676
mv ormolu $HOME/.local/bin/ormolu

0 commit comments

Comments
 (0)