Attempt to fix ci (#1315)
* Attempt to fix ci * fix * fix * rm all the stuff
This commit is contained in:
parent
f858e1a247
commit
c66c3ff2b8
5
.github/workflows/build_and_test.yml
vendored
5
.github/workflows/build_and_test.yml
vendored
@ -239,10 +239,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- name: Fix python (macOS)
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: rm -f /usr/local/bin/{2to3,idle3,pydoc3,python3,python3-config,python3.11,python3.11-config}
|
||||||
- uses: lyricwulf/abc@v1
|
- uses: lyricwulf/abc@v1
|
||||||
with:
|
with:
|
||||||
linux: llvm llvm-dev clang
|
linux: llvm llvm-dev clang
|
||||||
macos: llvm bash coreutils
|
macos: python@3.11 llvm bash coreutils
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true # recursively checkout submodules
|
submodules: true # recursively checkout submodules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user