We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1948b02 commit 94f2014Copy full SHA for 94f2014
.github/workflows/ci.yml
@@ -188,7 +188,7 @@ jobs:
188
include:
189
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
191
- - { target: riscv64gc-unknown-linux-gnu, target_feature: "+zvl128b" }
+ - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
192
193
steps:
194
- uses: actions/checkout@v2
0 commit comments