pull/254/head
Joe Marshall 2024-01-11 11:28:40 +00:00 zatwierdzone przez GitHub
rodzic a4a86f1e56
commit 61b529bbbf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -12,8 +12,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Cache blender
id: cache-blender
uses: actions/cache@v3
with:
path: blender
key: ${{ matrix.os }}-${{ matrix.blender_version}}-blender
- name: Download blender
id: download
if: steps.cache-blender.outputs.cache-hit != 'true'
shell: bash
run: |
declare -A os_suffixes