Skip to content

Commit

Permalink
upgrade CALM to 1.3.2 for better macos experience
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Aug 8, 2024
1 parent 0990add commit a4e35a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.2/calm.tgz
mkdir calm
tar xvf calm.tgz
ls -lah calm
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
set -x
export OS_SUBFIX=".${CI_MATRIX_OS}"
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.1/calm${OS_SUBFIX}.dmg
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.2/calm${OS_SUBFIX}.dmg
hdiutil attach calm.dmg
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
ls -lah calm
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
set -x
pacman -S --noconfirm --needed unzip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.1/calm.zip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.2/calm.zip
unzip calm.zip
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
Expand Down

0 comments on commit a4e35a9

Please sign in to comment.