Attempt to fix ci (#1315)

* Attempt to fix ci

* fix

* fix

* rm all the stuff
This commit is contained in:
s1341 2023-06-15 22:53:06 +03:00 committed by GitHub
parent f858e1a247
commit c66c3ff2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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