Skip to content

Commit 0babc9b

Browse files
committed
Switch back to using a ucm release in transcripts -> 1.1.0
1 parent 9191e57 commit 0babc9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)