mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-19 01:45:55 +08:00
fix path 2
This commit is contained in:
parent
16c1b11e06
commit
02b34f8ddb
3
.github/workflows/build_check_cache.yml
vendored
3
.github/workflows/build_check_cache.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
||||
- name: set outputs
|
||||
id: set_outputs
|
||||
env:
|
||||
dep-folder-name: ${{ (inputs.os == 'windows-latest' && '/OrcaSlicer_dep') || (inputs.os == 'macos-14' && '') || '/destdir' }}
|
||||
# todo: this is mad! refactor other build scripts to use same name
|
||||
dep-folder-name: ${{ inputs.os == 'windows-latest' && '/OrcaSlicer_dep' || inputs.os == 'macos-14' && '' || inputs.os != 'macos-14' && '/destdir' || '' }}
|
||||
output-cmd: ${{ inputs.os == 'windows-latest' && '$env:GITHUB_OUTPUT' || '"$GITHUB_OUTPUT"'}}
|
||||
run: |
|
||||
echo cache-key=${{ inputs.os }}-cache-orcaslicer_deps-build-${{ hashFiles('deps/**') }} >> ${{ env.output-cmd }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user