Skip to content

Commit bde6af7

Browse files
committed
fixed ubuntu 18 python version in release
1 parent b7d3618 commit bde6af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
run: |
6262
sudo apt-get update
6363
sudo apt-get install -y python3-pip python3-venv libvulkan-dev swig
64-
pip install build
64+
pip3 install build
6565
- name: Build
6666
run: |
67-
python -m build -w .
67+
python3 -m build -w .
6868
- name: Package
6969
run: |
7070
mkdir -p ${{ env.PACKAGENAME }}

0 commit comments

Comments
 (0)