Browse Source

CI: use wave backend for OpenAL Soft during tests

Sasha Szpakowski 1 year ago
parent
commit
7755bf668e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/main.yml

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

@@ -410,6 +410,8 @@ jobs:
     permissions:
       checks: write
       pull-requests: write
+    env:
+      ALSOFT_CONF: testing/resources/alsoft.conf
     steps:
     - name: Checkout
       uses: actions/checkout@v4