Skip to content

Commit 2925c2f

Browse files
authored
Assume arm runners already have pip installed
1 parent 0e103b9 commit 2925c2f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: release
4747
uses: actions/create-release@v1
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
5050
with:
5151
tag_name: ${{ steps.inc_tag.outputs.new_tag }}
5252
release_name: Release ${{ steps.inc_tag.outputs.new_version }}
@@ -143,12 +143,10 @@ jobs:
143143
with:
144144
fetch-depth: 0
145145

146-
- name: Install pip
146+
- name: Install cmake
147147
run: |
148148
sudo apt-get update
149-
sudo apt-get install -y python3-pip cmake
150-
echo "$HOME/.local/bin" >> $GITHUB_PATH
151-
sudo ln -s /usr/bin/pip3 /usr/bin/pip
149+
sudo apt-get install -y cmake
152150
153151
- name: Install meson and ninja
154152
run: |

0 commit comments

Comments
 (0)