Skip to content

Commit

Permalink
build: don't specify python patch
Browse files Browse the repository at this point in the history
# Conflicts:
#	.idea/workspace.xml
  • Loading branch information
chyyran committed Jan 18, 2024
1 parent a2f0d3a commit 5cb0f16
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v1
name: Setup Python 3.11
with:
python-version: '3.11.6'
python-version: '3.11'
- name: Install ARM64 cross-compilation dependencies
continue-on-error: true
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v1
name: Setup Python 3.11
with:
python-version: '3.11.6'
python-version: '3.11'
- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
Expand Down
59 changes: 27 additions & 32 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5cb0f16

Please sign in to comment.