Skip to content

Commit 8206a54

Browse files
committed
linux!
1 parent 9eebb14 commit 8206a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Install dependencies
17-
- run: mkdir -p ${{ github.workspace }}/deps/build
18-
- run: mkdir -p ${{ github.workspace }}/deps/build/destdir
1917
run: |
2018
sudo apt-get update
2119
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
@@ -46,6 +44,8 @@ jobs:
4644
- name: Download and extract deps
4745
working-directory: ${{ github.workspace }}
4846
run: |
47+
mkdir -p ${{ github.workspace }}/deps/build
48+
mkdir -p ${{ github.workspace }}/deps/build/destdir
4949
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
5050
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
5151
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir

0 commit comments

Comments
 (0)