mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Remove sudo commands
This commit is contained in:
4
.github/workflows/build_all.yml
vendored
4
.github/workflows/build_all.yml
vendored
@@ -86,8 +86,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Meson
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip
|
||||
apt-get update
|
||||
apt-get install -y python3-pip
|
||||
pip3 install meson
|
||||
- name: Get the version and date
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user