File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,11 @@ jobs:
38
38
gcc-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu \
39
39
gcc-s390x-linux-gnu g++-s390x-linux-gnu
40
40
- name : Get musl cross-compilers
41
- # run: |
42
- # for musl_arch in x86_64 aarch64 riscv64; do
43
41
run : |
44
- for musl_arch in aarch64; do
42
+ for musl_arch in x86_64 aarch64 riscv64 ; do
45
43
# We use a musl.cc mirror, see https://github.com/orgs/community/discussions/27906.
46
44
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
48
46
tar -xf "${musl_arch}-linux-musl-cross.tgz"
49
47
50
48
echo "$(pwd)/${musl_arch}-linux-musl-cross/bin" >> $GITHUB_PATH
59
57
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
60
58
mix deps.get
61
59
mix elixir_make.precompile
62
- # TODO remove
63
- - uses : actions/upload-artifact@v4
64
- with :
65
- name : playwright-report
66
- path : cache/*.tar.gz
67
60
# - uses: softprops/action-gh-release@v2
68
61
# if: startsWith(github.ref, 'refs/tags/')
69
62
# with:
You can’t perform that action at this time.
0 commit comments