Commit de1d308 1 parent 3eb7d72 commit de1d308 Copy full SHA for de1d308
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
uses : ./.github/workflows/runtest.yml
42
42
with :
43
43
target : ${{ inputs.target }}
44
- channel : nightly
44
+ channel : ${{ inputs.channel }}
45
45
target-feature : ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes', inputs.target-in-caps) }}
46
46
47
47
test-aesni-vaes-avx512f :
50
50
uses : ./.github/workflows/runtest.yml
51
51
with :
52
52
target : ${{ inputs.target }}
53
- channel : nightly
53
+ channel : ${{ inputs.channel }}
54
54
target-feature : ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes,+avx512f', inputs.target-in-caps) }}
55
55
56
56
test-neon :
68
68
uses : ./.github/workflows/runtest.yml
69
69
with :
70
70
target : ${{ inputs.target }}
71
- channel : nightly
71
+ channel : ${{ inputs.channel }}
72
72
target-feature : ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+zkne,+zknd', inputs.target-in-caps) }}
You can’t perform that action at this time.
0 commit comments