mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Revert "pack deps artifact to better support symbolic links"
This reverts commit c8a4a7db29.
This commit is contained in:
14
.github/workflows/build_orca.yml
vendored
14
.github/workflows/build_orca.yml
vendored
@@ -34,19 +34,7 @@ jobs:
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
path: .
|
||||
|
||||
- name: Unpack dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [ ! -f deps_packet.tar ]; then
|
||||
echo "Error: deps_packet.tar not found"
|
||||
ls -R
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p ${{ inputs.artifact-path }}
|
||||
tar -xf deps_packet.tar -C ${{ inputs.artifact-path }}
|
||||
rm deps_packet.tar
|
||||
path: ${{ inputs.artifact-path }}
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user