Skip to content

Commit 8165441

Browse files
authored
Merge pull request #484 from Freax13/enhancement/build-sync
use threads instead of futures in build.rs
2 parents 086c248 + 51576e3 commit 8165441

File tree

4 files changed

+55
-404
lines changed

4 files changed

+55
-404
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, macos-12, windows-latest, macos-latest]
39+
os: [ubuntu-latest, windows-latest, macos-latest]
4040
runs-on: ${{ matrix.os }}
4141
timeout-minutes: 30
4242

0 commit comments

Comments
 (0)