native is no longer a feature use openmp feature as default for build now

This commit is contained in:
judge 2025-12-08 01:11:23 +01:00
parent 0c1890f8bb
commit 33cb8fe1e3
No known key found for this signature in database
GPG key ID: 6512C30DD8E017B5

View file

@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build -F native
run: cargo build -F openmp