File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments