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 a24b39b commit e703f97Copy full SHA for e703f97
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
rust: [nightly, stable]
20
steps:
21
- name: get-cmake
22
- uses: lukka/get-cmake@v3.29.6
+ uses: lukka/get-cmake@v3.30.4
23
- name: Install NASM for aws-lc-rs on Windows
24
if: runner.os == 'Windows'
25
uses: ilammy/setup-nasm@v1
.github/workflows/rust-clippy.yml
@@ -26,7 +26,7 @@ jobs:
26
contents: read
27
security-events: write
28
29
- - uses: lukka/get-cmake@v3.29.6
+ - uses: lukka/get-cmake@v3.30.4
30
31
32
0 commit comments