We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecb53f commit 101b7dfCopy full SHA for 101b7df
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