Update .gitea/workflows/build_sd2psx.yml
Some checks failed
Build / build (push) Failing after 3s
Build / create_release (push) Has been skipped

This commit is contained in:
Sthope 2025-03-16 13:06:18 +01:00
parent 175f6f149d
commit f9796d3186

View File

@ -7,13 +7,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: apt update && apt install -y git cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib clangd git python3-venv
- name: Clone Repository
run: |
git clone --recursive --depth=1 https://github.com/sd2psXtd/firmware .
- name: Install Dependencies
run: apt update && apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib clangd git python3-venv
- name: Build
run: |
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DDEBUG_USB_UART:BOOL=OFF -DVARIANT:STRING=SD2PSX -DDEBUG_STARTUP_DELAY=0 -G "Unix Makefiles"
@ -35,7 +36,7 @@ jobs:
- name: Create Release
uses: gitea/actions/create-release@v1
with:
token: "${{ secrets.GITEA_TOKEN }}"
token: "${{ secrets.STHOPEGIT_TOKEN }}"
prerelease: false
tag_name: "v6.6.6"
title: "v6.6.6"