Skip to content

Commit

Permalink
Merge pull request #3302 from Gedochao/maintenance/use-old-coursier-o…
Browse files Browse the repository at this point in the history
…n-arm64

Revert "Update `coursier` to 2.1.17 for Linux `arm64` builds (#3298)"
  • Loading branch information
tgodzik authored Nov 19, 2024
2 parents fa95203 + fee49f5 commit ff2dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-linux-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"

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

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

0 comments on commit ff2dfae

Please sign in to comment.