Skip to content

Commit bc1b324

Browse files
committed
fixing testing harness
1 parent 48f73b7 commit bc1b324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ./.github/workflows/runtest.yml
4040
with:
4141
target: ${{ inputs.target }}
42-
channel: nightly
42+
channel: 'nightly'
4343
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes', inputs.target-in-caps) }}
4444

4545
test-aesni-vaes-avx512f:
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/runtest.yml
4949
with:
5050
target: ${{ inputs.target }}
51-
channel: nightly
51+
channel: 'nightly'
5252
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes,+avx512f', inputs.target-in-caps) }}
5353

5454
test-neon:
@@ -66,5 +66,5 @@ jobs:
6666
uses: ./.github/workflows/runtest.yml
6767
with:
6868
target: ${{ inputs.target }}
69-
channel: nightly
69+
channel: 'nightly'
7070
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+zkne,+zknd', inputs.target-in-caps) }}

0 commit comments

Comments
 (0)