remove unneeded vars

This commit is contained in:
qurious-pixel 2025-06-10 14:23:59 -07:00 committed by GitHub
parent 439aa64f3f
commit ce8e676fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,10 +327,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
CCACHE_DIR: ${{ github.workspace }}/ccache CCACHE_DIR: ${{ github.workspace }}/ccache
CI_HAS_ARTIFACTS: true
ARTDIR: "/root/artifacts"
RELEASE_MESSAGE: "/rpcs3/GitHubReleaseMessage.txt"
QT_VER: '6.9.1'
QT_VER_MAIN: '6' QT_VER_MAIN: '6'
LLVM_COMPILER_VER: '19' LLVM_COMPILER_VER: '19'
steps: steps: