Commit bc1b324 1 parent 48f73b7 commit bc1b324 Copy full SHA for bc1b324
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 39
39
uses : ./.github/workflows/runtest.yml
40
40
with :
41
41
target : ${{ inputs.target }}
42
- channel : nightly
42
+ channel : ' nightly'
43
43
target-feature : ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes', inputs.target-in-caps) }}
44
44
45
45
test-aesni-vaes-avx512f :
48
48
uses : ./.github/workflows/runtest.yml
49
49
with :
50
50
target : ${{ inputs.target }}
51
- channel : nightly
51
+ channel : ' nightly'
52
52
target-feature : ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes,+avx512f', inputs.target-in-caps) }}
53
53
54
54
test-neon :
66
66
uses : ./.github/workflows/runtest.yml
67
67
with :
68
68
target : ${{ inputs.target }}
69
- channel : nightly
69
+ channel : ' nightly'
70
70
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