Browse Source

alsoft relative to checkout

ell 1 year ago
parent
commit
c89e7930ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -5,7 +5,7 @@ jobs:
   linux-os:
   linux-os:
     runs-on: ubuntu-22.04
     runs-on: ubuntu-22.04
     env:
     env:
-      ALSOFT_CONF: testing/resources/alsoft.conf
+      ALSOFT_CONF: love2d-${{ github.sha }}/testing/resources/alsoft.conf
       DISPLAY: :99
       DISPLAY: :99
     steps:
     steps:
     - name: Update APT
     - name: Update APT
@@ -130,7 +130,7 @@ jobs:
   windows-os:
   windows-os:
     runs-on: windows-latest
     runs-on: windows-latest
     env: 
     env: 
-      ALSOFT_CONF: testing/resources/alsoft.conf
+      ALSOFT_CONF: megasource/libs/love/testing/resources/alsoft.conf
       VK_ICD_FILENAMES: ${{ github.workspace }}\mesa\x64\lvp_icd.x86_64.json
       VK_ICD_FILENAMES: ${{ github.workspace }}\mesa\x64\lvp_icd.x86_64.json
       VULKAN_SDK: C:/VulkanSDK/1.3.231.1
       VULKAN_SDK: C:/VulkanSDK/1.3.231.1
     strategy:
     strategy: