mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Use dnf rather than apt-get
This commit is contained in:
7
.github/workflows/build_all.yml
vendored
7
.github/workflows/build_all.yml
vendored
@@ -83,12 +83,11 @@ jobs:
|
|||||||
- name: "Remove unneeded stuff to free disk space"
|
- name: "Remove unneeded stuff to free disk space"
|
||||||
run:
|
run:
|
||||||
rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
|
rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
|
||||||
- uses: actions/checkout@v4
|
- name: Install dependencies
|
||||||
- name: Install Meson
|
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
dnf -y install python3-pip
|
||||||
apt-get install -y python3-pip
|
|
||||||
pip3 install meson
|
pip3 install meson
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Get the version and date
|
- name: Get the version and date
|
||||||
run: |
|
run: |
|
||||||
ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
|
ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
|
||||||
|
|||||||
Reference in New Issue
Block a user