Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Feb 16, 2024
1 parent 64303d8 commit 77bcfac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ jobs:
REM version of wart built for the target architecture.
if "%CKB_CROSS_COMPATIBLE%" == "no" set CKB_USE_WART=yes
if "%CKB_CROSS_COMPATIBLE%" == "no" set WART=${{github.workspace}}\ckwart.exe
del k95\ckcpro.c
cd p95
call mknt.bat
Expand Down Expand Up @@ -702,7 +701,6 @@ jobs:
if "%CKB_CROSS_COMPATIBLE%" == "no" set CKB_USE_WART=yes
if "%CKB_CROSS_COMPATIBLE%" == "no" set WART=${{github.workspace}}\ckwart.exe
del kermit\k95\ckcpro.c
echo Run Build...
cd kermit\p95
Expand Down Expand Up @@ -1516,7 +1514,7 @@ jobs:
#
Build-PSDK2003SP1-IA64:
runs-on: windows-latest
needs: Prepare-Docs
needs: []Prepare-Docs, Build-Wart]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -1597,7 +1595,6 @@ jobs:
REM itanium then fail to run it on the not-itanium build host
set CKB_USE_WART=yes
set WART=${{github.workspace}}\ckwart.exe
del kermit\k95\ckcpro.c
set PATH=%PATH%;${{github.workspace}}\tools\jom
set MAKE=jom
Expand Down

0 comments on commit 77bcfac

Please sign in to comment.