Update build_and_test.yaml

pull/254/head
Joe Marshall 2024-01-11 12:32:06 +00:00 zatwierdzone przez GitHub
rodzic 881e0d3437
commit 481a670966
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -73,7 +73,7 @@ jobs:
- name: Run tests
shell: bash
run: |
if [ "${{ runner.os }}" -ne "macOS" ]; then
if [ "${{ runner.os }}" != "macOS" ]; then
export BLENDER_BIN_PATH=${PWD}/blender/$(ls -AU blender | head -1)
export PATH=$PATH:${BLENDER_BIN_PATH}
else