File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 6363 mips64r5900el-ps2-elf-as --version
6464 mips64r5900el-ps2-elf-ld --version
6565 mips64r5900el-ps2-elf-gcc --version
66+
67+ - name : Get short SHA
68+ id : slug
69+ run : echo "sha8=${MSYSTEM}-sha[$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
70+
71+ - name : Prepare ps2dev folder
72+ run : |
73+ tar -zcvf ps2dev-${{matrix.os[0]}}.tar.gz ps2dev
74+
75+ - uses : actions/upload-artifact@v4
76+ with :
77+ name : ps2dev-${{matrix.os[0]}}-ps2dev-${{matrix.os[1]}}-${{ steps.slug.outputs.sha8 }}
78+ path : ps2dev-${{matrix.os[0]}}.tar.gz
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.44.0"
55PS2TOOLCHAIN_EE_GCC_REPO_URL=" https://github.com/ps2dev/gcc.git"
66PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF=" ee-v15.1.0"
77PS2TOOLCHAIN_EE_NEWLIB_REPO_URL=" https://github.com/ps2dev/newlib.git"
8- PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF=" ee-v4.5.0-gcc15 "
8+ PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF=" ee-v4.5.0"
99PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL=" https://github.com/ps2dev/pthread-embedded.git"
1010PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_DEFAULT_REPO_REF=" platform_agnostic"
1111
You can’t perform that action at this time.
0 commit comments