Commit 8206a54 1 parent 9eebb14 commit 8206a54 Copy full SHA for 8206a54
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Install dependencies
17
- - run : mkdir -p ${{ github.workspace }}/deps/build
18
- - run : mkdir -p ${{ github.workspace }}/deps/build/destdir
19
17
run : |
20
18
sudo apt-get update
21
19
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
46
44
- name : Download and extract deps
47
45
working-directory : ${{ github.workspace }}
48
46
run : |
47
+ mkdir -p ${{ github.workspace }}/deps/build
48
+ mkdir -p ${{ github.workspace }}/deps/build/destdir
49
49
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
50
50
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
51
51
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
You can’t perform that action at this time.
0 commit comments