Skip to content

Commit

Permalink
Update pullrequest_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster committed Jan 9, 2025
1 parent 4721ac9 commit 6f702ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pullrequest_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: set sccache env var
run: |
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- name: libudev-dev
run: |
sudo apt-get update
Expand Down

0 comments on commit 6f702ac

Please sign in to comment.