We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dda53 commit 1f7c695Copy full SHA for 1f7c695
1 file changed
.github/workflows/aes.yml
@@ -61,7 +61,7 @@ jobs:
61
if: false # TODO: temp disabled due to unpublished prerelease dependencies
62
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
63
with:
64
- working-directory: ${{ github.workflow }}
+ working-directory: ${{ github.workflow }}
65
66
# Tests for the AES-NI backend
67
aesni:
@@ -108,7 +108,7 @@ jobs:
108
matrix:
109
include:
110
- target: x86_64-unknown-linux-gnu
111
- rust: nightly-2025-05-28
+ rust: 1.89.0-beta.2
112
steps:
113
- uses: actions/checkout@v4
114
- name: Install Intel SDE
@@ -144,7 +144,7 @@ jobs:
144
145
146
147
148
149
150
0 commit comments