Skip to content

Commit a697f22

Browse files
committed
Fix ucm download location
1 parent 6fc4dc5 commit a697f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
# Install ucm
242242
mkdir ucm
243-
curl -L https://github.com/unisonweb/unison/releases/download/release%2F0.5.33/ucm-linux.tar.gz | tar -xz -C ucm
243+
curl -L https://github.com/unisonweb/unison/releases/download/release%2F0.5.33/ucm-linux-x64.tar.gz | tar -xz -C ucm
244244
export PATH=$PWD/ucm:$PATH
245245
246246
# Clean up old postgres data if it exists.

0 commit comments

Comments
 (0)