Skip to content

Commit ce620ff

Browse files
committed
Fix target.h workaround.
1 parent 6b20276 commit ce620ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-keytools-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Code
1717
uses: actions/checkout@v3
1818
with:
19-
submodules: true
19+
submodules: true
2020

2121
# Step 2: Setup MSBuild
2222
- name: Setup MSBuild
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build Solution
2727
shell: cmd
2828
run: |
29-
echo "#define WOLFBOOT_SECTOR_SIZE 1024" > include/target.h
29+
echo #define WOLFBOOT_SECTOR_SIZE 1024 > include\target.h
3030
MSBuild.exe tools\keytools\wolfBootKeyTools.sln /m /p:Configuration=Release /p:Platform="x64"
3131
3232
# Step 4: Upload executables as artifacts

0 commit comments

Comments
 (0)