Skip to content

Commit

Permalink
Speedup selfbuild.yml (#264)
Browse files Browse the repository at this point in the history
pass `GITHUB_TOKEN`

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
  • Loading branch information
NobodyXu authored Aug 8, 2024
1 parent c364b29 commit 9060994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/selfbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: cargo install --path cargo-quickinstall
- name: Install Thyself with Thyself (or fallback to sensei on windows)
run: cargo quickinstall cargo-quickinstall || cargo quickinstall sensei
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-needing-cc:
name: Build package that needs CC
Expand Down

0 comments on commit 9060994

Please sign in to comment.