Skip to content

Commit 7eb4fbf

Browse files
committed
CI: clean trailing whitespace
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 0d6f2a0 commit 7eb4fbf

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)