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 ed54461 commit 8cf5886Copy full SHA for 8cf5886
1 file changed
.github/workflows/public-api.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Install Nightly Toolchain (for rustdoc JSON)
27
uses: dtolnay/rust-toolchain@nightly
28
29
+ - name: Ensure nightly is installed
30
+ run: rustup toolchain install nightly --profile minimal
31
+
32
- name: Install cargo-public-api
33
uses: taiki-e/install-action@v2
34
with:
0 commit comments