File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2020 working-directory : ./Spring/afterwards
2121 run : |
2222 set -x
23- curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/test-calm-013-06 /calm.tgz
23+ curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.3 /calm.tgz
2424 mkdir calm
2525 tar xvf calm.tgz --directory=calm
2626 ls -lah calm
4747 working-directory : ./Spring/afterwards
4848 run : |
4949 set -x
50- curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/test-calm-013-06 /calm.tgz
50+ curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.3 /calm.tgz
5151 mkdir calm
5252 tar xvf calm.tgz --directory=calm
5353 ls -lah calm
8181 run : |
8282 set -x
8383 export OS_SUBFIX=".${CI_MATRIX_OS}"
84- curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/test-calm-013-06 /calm${OS_SUBFIX}.dmg
84+ curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.3 /calm${OS_SUBFIX}.dmg
8585 hdiutil attach calm.dmg
8686 cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
8787 ls -lah calm
@@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 set -x
117117 pacman -S --noconfirm --needed unzip
118- curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/test-calm-013-06 /calm.zip
118+ curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.3 /calm.zip
119119 unzip calm.zip -d calm
120120 ls -lah calm
121121 export PATH=$PATH:$(pwd)/calm/
Original file line number Diff line number Diff line change 231231(defparameter *walk-index* 0 )
232232(defun walk ()
233233 #- jscl
234- (if (< (c :playing) 8 )
235- (c :play-wav (concatenate ' string " assets/walk-" (write-to-string *walk-index* ) " .ogg" )))
234+ (c :play-wav (concatenate ' string " assets/walk-" (write-to-string *walk-index* ) " .ogg" ))
236235 #+ jscl
237236 (c :play-audio (concatenate ' string " assets/walk-" (write-to-string *walk-index* ) " .ogg" ))
238237 (if (< *walk-index* 7 )
You can’t perform that action at this time.
0 commit comments