Skip to content

Commit 4085704

Browse files
authored
Update coursier to 2.1.17 for Linux arm64 builds (#3298)
1 parent 589e3b3 commit 4085704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-linux-aarch64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
66

77
mkdir -p artifacts
88
mkdir -p utils
9-
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.8/cs-aarch64-pc-linux.gz --archive)" utils/cs
9+
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.17/cs-aarch64-pc-linux.gz --archive)" utils/cs
1010
chmod +x utils/cs
1111

1212
cp "$DIR/build-linux-aarch64-from-docker.sh" utils/

0 commit comments

Comments
 (0)