Skip to content

Commit

Permalink
update CALM to 1.0.1, to fix audio problem
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 25, 2023
1 parent 553dde2 commit 9ad1ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pelusica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.0/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.1/calm.tgz
mkdir calm
tar xvf calm.tgz
ls -lah calm
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.0/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.1/calm.tgz
mkdir calm
tar xvf calm.tgz
ls -lah calm
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
set -x
export OS_SUBFIX=".${CI_MATRIX_OS}"
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.0.0/calm${OS_SUBFIX}.dmg
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.0.1/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 @@ -107,7 +107,7 @@ jobs:
run: |
set -x
pacman -S --noconfirm --needed unzip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.0.0/calm.zip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.0.1/calm.zip
unzip calm.zip
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
Expand Down

0 comments on commit 9ad1ed1

Please sign in to comment.