Skip to content

Commit

Permalink
upgrade CALM to 0.1.4 to lower glibc to 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 19, 2023
1 parent 6ca8e56 commit 65da2c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pelusica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.2/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.4/calm.tgz
mkdir calm
tar xvf calm.tgz --directory=calm
tar xvf calm.tgz
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
export APP_NAME=Pelusica
Expand All @@ -45,9 +45,9 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.2/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.4/calm.tgz
mkdir calm
tar xvf calm.tgz --directory=calm
tar xvf calm.tgz
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
export APP_NAME=Pelusica
Expand Down Expand Up @@ -76,13 +76,13 @@ jobs:
run: |
set -x
export OS_SUBFIX=".${CI_MATRIX_OS}"
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.2/calm${OS_SUBFIX}.dmg
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.4/calm${OS_SUBFIX}.dmg
hdiutil attach calm.dmg
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
ls -lah calm
rm calm.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_VERSION=0.0.4
export APP_VERSION=0.0.8
export APP_ID=com.vitovan.pelusica
export APP_NAME=Pelusica
calm publish
Expand All @@ -107,8 +107,8 @@ jobs:
run: |
set -x
pacman -S --noconfirm --needed unzip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.2/calm.zip
unzip calm.zip -d calm
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.4/calm.zip
unzip calm.zip
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
export APP_NAME=Pelusica
Expand Down

0 comments on commit 65da2c2

Please sign in to comment.