summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-08-16 18:39:17 +0300
committerJF <JF002@users.noreply.github.com>2022-10-10 17:52:36 +0200
commit318a97c21808ace1367e8ea68813e00731653c33 (patch)
treeb4a80463ada2f23cde38e3acce891ef67d437013 /.github/workflows
parent73918ce8af763cfe8cbdec0336c97931724c6b63 (diff)
Fix docker issue
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/format.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 7e1552cb..23f71a94 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -63,7 +63,8 @@ jobs:
run: |
. docker/build.sh
GetGcc
- GetNrfSdk
- GetMcuBoot
+ # I guess these already exist inside the docker?
+ #GetNrfSdk
+ #GetMcuBoot
CmakeGenerate
- run: tests/test-tidy.sh