Skip to content

Commit d71f4e4

Browse files
committed
Up
1 parent f6c3aef commit d71f4e4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ jobs:
3838
gcc-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu \
3939
gcc-s390x-linux-gnu g++-s390x-linux-gnu
4040
- name: Get musl cross-compilers
41-
# run: |
42-
# for musl_arch in x86_64 aarch64 riscv64; do
4341
run: |
44-
for musl_arch in aarch64; do
42+
for musl_arch in x86_64 aarch64 riscv64; do
4543
# We use a musl.cc mirror, see https://github.com/orgs/community/discussions/27906.
4644
musl_cc_url="https://github.com/jonatanklosko/musl_cc_mirror/releases/download/20250915-100603"
47-
wget "${musl_cc_url}/${musl_arch}-linux-musl-cross.tgz" -O "${musl_arch}-linux-musl-cross.tgz" -q --show-progress
45+
wget "${musl_cc_url}/${musl_arch}-linux-musl-cross.tgz" -O "${musl_arch}-linux-musl-cross.tgz" --no-verbose
4846
tar -xf "${musl_arch}-linux-musl-cross.tgz"
4947
5048
echo "$(pwd)/${musl_arch}-linux-musl-cross/bin" >> $GITHUB_PATH
@@ -59,11 +57,6 @@ jobs:
5957
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
6058
mix deps.get
6159
mix elixir_make.precompile
62-
# TODO remove
63-
- uses: actions/upload-artifact@v4
64-
with:
65-
name: playwright-report
66-
path: cache/*.tar.gz
6760
# - uses: softprops/action-gh-release@v2
6861
# if: startsWith(github.ref, 'refs/tags/')
6962
# with:

0 commit comments

Comments
 (0)