RetroAchievements hardcore support (#716)

* enable hardcore mode

* more
This commit is contained in:
Logan McNaughton
2026-04-08 13:57:18 -06:00
committed by GitHub
parent 6ed53e4e9d
commit 601713e102
4 changed files with 16 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ on:
env:
CARGO_TERM_COLOR: always
RA_HARDCORE: ${{ github.ref_type == 'tag' && 'true' || 'false' }}
jobs:
build-linux: