From 5746b6ef9df16447d78e77d00ad21a4dba0fe169 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Wed, 21 Sep 2022 23:49:20 +0200 Subject: Bump GCC to 12.2.0, update docs and installation guide --- .github/workflows/build.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f42e41..f35872d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ name: Build PSn00bSDK on: [ push, pull_request ] env: - BINUTILS_VERSION: 2.36 - GCC_VERSION: 11.1.0 + BINUTILS_VERSION: 2.39 + GCC_VERSION: 12.2.0 GCC_TARGET: mipsel-none-elf jobs: @@ -131,7 +131,7 @@ jobs: - name: Upload build artifacts (NSIS) uses: actions/upload-artifact@v2 with: - name: psn00bsdk-windows-nsis + name: psn00bsdk-windows-installer path: build/packages/*.exe build-sdk-linux: @@ -169,12 +169,6 @@ jobs: name: psn00bsdk-linux path: build/packages/*.zip - - name: Upload build artifacts (DEB) - uses: actions/upload-artifact@v2 - with: - name: psn00bsdk-linux-deb - path: build/packages/*.deb - # This job takes care of creating a new release and upload the build # artifacts if the last commit is associated to a tag. create-release: @@ -224,6 +218,5 @@ jobs: files: | *.zip psn00bsdk-windows/* - psn00bsdk-windows-nsis/* + psn00bsdk-windows-installer/* psn00bsdk-linux/* - psn00bsdk-linux-deb/* -- cgit v1.2.3