Skip to content

Commit 3efad10

Browse files
authored
Merge pull request #510 from ojeda/white
CI: clean trailing whitespace
2 parents 1c3caa1 + 7eb4fbf commit 3efad10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ jobs:
213213
- run: |
214214
curl -o bin/bindgen https://raw.githubusercontent.com/Rust-for-Linux/ci-bin/master/bindgen-0.56.0/bin/bindgen
215215
chmod u+x bin/bindgen
216-
216+
217217
# Setup: ccache
218218
- run: |
219219
sudo apt-get install ccache
220220
echo '/usr/lib/ccache:$PATH' >> $GITHUB_PATH
221221
echo 'CCACHE_COMPRESS=true' >> $GITHUB_ENV
222-
222+
223223
# Setup: Check existing ccache
224224
- run: ccache -s
225225

0 commit comments

Comments
 (0)