mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 21:45:55 +08:00
linux!
This commit is contained in:
parent
9eebb143db
commit
8206a54cb3
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
@ -14,8 +14,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
- run: mkdir -p ${{ github.workspace }}/deps/build
|
|
||||||
- run: mkdir -p ${{ github.workspace }}/deps/build/destdir
|
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
|
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
|
||||||
@ -46,6 +44,8 @@ jobs:
|
|||||||
- name: Download and extract deps
|
- name: Download and extract deps
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p ${{ github.workspace }}/deps/build
|
||||||
|
mkdir -p ${{ github.workspace }}/deps/build/destdir
|
||||||
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
|
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
|
||||||
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
|
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
|
||||||
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
|
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user