Skip to content

Commit

Permalink
remove linux cross build; need fix for udev hwdb
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 18, 2023
1 parent beb960d commit 1a83a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
# - { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
- { os: ubuntu-latest, target: x86_64-pc-windows-gnu, use-cross: true }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false }
- { os: macos-latest, target: universal-apple-darwin, use-cross: false }
Expand Down

0 comments on commit 1a83a15

Please sign in to comment.