Skip to content

Commit 094e82a

Browse files
committed
upgrade CALM to 1.3.2 for better macos experience
1 parent d89268d commit 094e82a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/spring.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ./Spring/afterwards
2121
run: |
2222
set -x
23-
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1/calm.tgz
23+
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.2/calm.tgz
2424
mkdir calm
2525
tar xvf calm.tgz
2626
ls -lah calm
@@ -56,7 +56,7 @@ jobs:
5656
working-directory: ./Spring/afterwards
5757
run: |
5858
set -x
59-
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1/calm.tgz
59+
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.2/calm.tgz
6060
mkdir calm
6161
tar xvf calm.tgz
6262
ls -lah calm
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
set -x
9292
export OS_SUBFIX=".${CI_MATRIX_OS}"
93-
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.1/calm${OS_SUBFIX}.dmg
93+
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.2/calm${OS_SUBFIX}.dmg
9494
hdiutil attach calm.dmg
9595
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
9696
ls -lah calm
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
set -x
126126
pacman -S --noconfirm --needed unzip
127-
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.1/calm.zip
127+
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.2/calm.zip
128128
unzip calm.zip
129129
ls -lah calm
130130
export PATH=$PATH:$(pwd)/calm/

0 commit comments

Comments
 (0)