Skip to content

Commit 1e09be5

Browse files
authored
Merge branch 'master' into updater-fix-len-calc
2 parents 40373f8 + 02c1a50 commit 1e09be5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$LLVM_SNAPSHOT_KEY"
247247
gpg --batch --armor --export "$LLVM_SNAPSHOT_KEY" | \
248248
sudo tee /etc/apt/trusted.gpg.d/llvm-snapshot.gpg.asc
249+
gpgconf --kill all
249250
rm -r $GNUPGHOME
250251
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main" | \
251252
sudo tee /etc/apt/sources.list.d/llvm.list

libraries/LittleFS/lib/littlefs

0 commit comments

Comments
 (0)