Scripting backend is always il2cpp

This commit is contained in:
Andrew Kahr 2024-02-18 19:06:46 -08:00
parent cee104a8bf
commit b6a5abb2cf
2 changed files with 0 additions and 14 deletions

View File

@ -45,13 +45,6 @@ jobs:
Library-${{ matrix.projectPath }}-macos-
Library-
###########################
# Set Scripting Backend #
###########################
- name: Set Scripting Backend To il2cpp
run: |
mv -f "./test-project/ProjectSettings/ProjectSettingsIl2cpp.asset" "./test-project/ProjectSettings/ProjectSettings.asset"
###########################
# Build #
###########################

View File

@ -47,13 +47,6 @@ jobs:
Library-${{ matrix.projectPath }}-windows-
Library-
###########################
# Set Scripting Backend #
###########################
- name: Set Scripting Backend To il2cpp
run: |
Move-Item -Path "./test-project/ProjectSettings/ProjectSettingsIl2cpp.asset" -Destination "./test-project/ProjectSettings/ProjectSettings.asset" -Force
###########################
# Build #
###########################