Skip to content

Commit

Permalink
Fix target.h workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Nov 25, 2024
1 parent 6b20276 commit ce620ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-keytools-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: true
submodules: true

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

0 comments on commit ce620ff

Please sign in to comment.