Skip to content

Commit

Permalink
chore: python3?
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 9, 2024
1 parent 0c10439 commit c28f0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install blender python -y
- run: sudo apt-get install blender python-is-python3 -y
- uses: actions/checkout@v4
- run: bazel build --config=ci ...
build-windows:
Expand All @@ -36,6 +36,6 @@ jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install blender python -y
- run: sudo apt-get install blender python-is-python3 -y
- uses: actions/checkout@v4
- run: ./CheckDist.sh

0 comments on commit c28f0d7

Please sign in to comment.