We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f628d4b + 101b7df commit 30433b2Copy full SHA for 30433b2
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
+ with:
22
+ token: ${{ secrets.GITHUB_TOKEN }}
23
- uses: dtolnay/rust-toolchain@stable
24
- uses: Swatinem/rust-cache@v2
25
- name: Install libclang
0 commit comments