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