Skip to content

Commit fee49f5

Browse files
committed
Revert "Update coursier to 2.1.17 for Linux arm64 builds (#3298)"
This reverts commit 4085704.
1 parent 221702b commit fee49f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.17/cs-aarch64-pc-linux.gz --archive)" utils/cs
9+
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.8/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)