File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -331,9 +331,10 @@ jobs:
331331 # Install ucm
332332 mkdir ucm
333333
334- # Use latest trunk build to get comment upload/download support for now.
335- # Old: https://github.com/unisonweb/unison/releases/download/release%2F1.0.0/ucm-linux-x64.tar.gz
336- curl -L https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz | tar -xz -C ucm
334+ # Use a pinned release
335+ curl -L https://github.com/unisonweb/unison/releases/download/release%2F1.1.0/ucm-linux-x64.tar.gz | tar -xz -C ucm
336+ # use latest trunk build
337+ # curl -L https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz | tar -xz -C ucm
337338 export PATH=$PWD/ucm:$PATH
338339
339340 # Start share and it's dependencies in the background
You can’t perform that action at this time.
0 commit comments