We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbbf31 commit d00153eCopy full SHA for d00153e
.github/workflows/build.yml
@@ -35,11 +35,11 @@ jobs:
35
SCCACHE_GHA_ENABLED: "true"
36
steps:
37
- uses: actions/checkout@v4
38
+ - uses: actions/setup-python@v6
39
+ with:
40
+ python-version: '3.13'
41
- name: Install deps
42
run: |
- # Unlink and re-link to prevent errors when github mac runner images
- # https://github.com/actions/setup-python/issues/577
- brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
43
brew install llvm yasm
44
- uses: dtolnay/rust-toolchain@master
45
id: toolchain
0 commit comments