Skip to content

Commit

Permalink
Merge pull request torvalds#510 from ojeda/white
Browse files Browse the repository at this point in the history
CI: clean trailing whitespace
  • Loading branch information
ojeda committed Oct 5, 2021
2 parents 1c3caa1 + 7eb4fbf commit 3efad10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ jobs:
- run: |
curl -o bin/bindgen https://raw.githubusercontent.com/Rust-for-Linux/ci-bin/master/bindgen-0.56.0/bin/bindgen
chmod u+x bin/bindgen
# Setup: ccache
- run: |
sudo apt-get install ccache
echo '/usr/lib/ccache:$PATH' >> $GITHUB_PATH
echo 'CCACHE_COMPRESS=true' >> $GITHUB_ENV
# Setup: Check existing ccache
- run: ccache -s

Expand Down

0 comments on commit 3efad10

Please sign in to comment.